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 Mar 22, 2022. It is now read-only.
This repo has a detailed example of the problem. Start the server, navigate to http://localhost:3030 and then look at the node console, which will have detailed output of the problem. https://github.com/DaddyWarbucks/token-payload
Expected behavior
After creating a custom JWT payload, the context.params.payload will reflect the proper custom payload
Actual behavior
The context.params.payload only has one prop, userId, on it.
The text was updated successfully, but these errors were encountered:
Closing since this should be fixed in Feathers v4 authentication as mentioned.
Please see the migration guide for more information. Closing this issue in order to archive this repository. Related issues can be opened at the new code location in the Feathers main repository.
Steps to reproduce
This repo has a detailed example of the problem. Start the server, navigate to
http://localhost:3030
and then look at the node console, which will have detailed output of the problem.https://github.com/DaddyWarbucks/token-payload
Expected behavior
After creating a custom JWT payload, the
context.params.payload
will reflect the proper custom payloadActual behavior
The
context.params.payload
only has one prop,userId
, on it.The text was updated successfully, but these errors were encountered: