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
Describe the feature or problem you’d like to solve
Currently, if the name of the query param or cookie is other than jwt, it is necessary to implement logic to obtain jwt from the query or cookie on the user side(that's a bit cumbersome).
Describe the feature or problem you’d like to solve
Currently, if the name of the query param or cookie is other than
jwt
, it is necessary to implement logic to obtain jwt from the query or cookie on the user side(that's a bit cumbersome).TokenFromCookie function
TokenFromQuery function
Proposed solution
Solve the above problem by providing a function that can retrieve jwt from a query or cookie with the name passed as an argument.
The text was updated successfully, but these errors were encountered: