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
Implementation note: I think this authentication method should differ from the others, in that it shouldn’t also then cause a flipt client token to be created.
This new method should just always validate the jwt in the auth middleware, like how we lookup client tokens. This will allow the authentication method to remain distributed and not necessarily cause Flipt to require a database.
Support externally created JWTs, verifying via these methods:
Need to flesh this out a bit more, but here are some good references to get started:
From SyncLinear.com | FLI-734
The text was updated successfully, but these errors were encountered: