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
FeathersJS does NOT create or issue a JWT (access token) for you like it does with other authentication strategies, but rather just verifies that the access token being sent from your app (i.e. the one acquired from Auth0) is valid and unexpired.
Does that mean that I have to manually forward the JWT token from the client to the backend and send
Hello, the docs say
Does that mean that I have to manually forward the JWT token from the client to the backend and send
to authenticate?
The text was updated successfully, but these errors were encountered: