You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
As per #535, it introduced a new function utils.FetchIdFromSignedUserToken() which has some amount of duplicate code compared to say utils.ExtractFieldFromJWT(). The main differences include it casting to a string rather than a []string.
Question to ask is it worth the effort of reducing duplication for this small amount of code?
The text was updated successfully, but these errors were encountered:
As per #535, it introduced a new function
utils.FetchIdFromSignedUserToken()
which has some amount of duplicate code compared to sayutils.ExtractFieldFromJWT()
. The main differences include it casting to astring
rather than a[]string
.Question to ask is it worth the effort of reducing duplication for this small amount of code?
The text was updated successfully, but these errors were encountered: