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
Attach this user object to the global context to be fetched elsewhere
Open questions:
How does this work with the DB session management, we should be able to get a DB session in other methods, but will the user itself be funky because of a detached session issue?
Acceptance criteria
Auth implementation created
Thorough unit tests written to verify edge case scenarios
The text was updated successfully, but these errors were encountered:
Summary
TODO - some of the technical details.
We want a new auth approach that we can use as an alternative to our current:
@opportunity_blueprint.auth_required(api_key_auth)
Instead we should have a jwt auth that we can attach to our routes. This will do a few things:
Open questions:
Acceptance criteria
The text was updated successfully, but these errors were encountered: