Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix local JWT auth #111

Merged
merged 3 commits into from
Dec 15, 2023
Merged

Fix local JWT auth #111

merged 3 commits into from
Dec 15, 2023

Conversation

logan-stytch
Copy link
Contributor

Fixes #109

The call to authenticate_jwt_local was passing session_jwt as a keyword argument instead of positional, which was incorrect calling conventions for the method.

Testing

Created a session using PW auth -> called authenticate_jwt -> verified it auth'd the JWT without making a network request

@logan-stytch logan-stytch merged commit ccaaf30 into main Dec 15, 2023
5 checks passed
@logan-stytch logan-stytch deleted the logan/local-jwt branch December 15, 2023 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7.0.0 broke local auth in sessions.authenticate_jwt
2 participants