-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hello, the docs say
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
["create","authentication",{"strategy":"auth0","access_token":"c8y0QCZLV...(raw JWT)...
to authenticate?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels