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
API tokens are essentially "if you have this value then we can authenticate you", so it should be relatively simple to add an api token strategy. No need for a JWT to be involved, so it would have to make the jwt in the token resource optional, or be its own resource. I think perhaps ApiToken being its own resource wouldn't be too bad.
The text was updated successfully, but these errors were encountered:
API tokens are essentially "if you have this value then we can authenticate you", so it should be relatively simple to add an api token strategy. No need for a JWT to be involved, so it would have to make the jwt in the token resource optional, or be its own resource. I think perhaps
ApiToken
being its own resource wouldn't be too bad.The text was updated successfully, but these errors were encountered: