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

When user secret enabled, user id configuration is not working #223

Open
yusufertekin opened this issue Jan 28, 2022 · 0 comments
Open

When user secret enabled, user id configuration is not working #223

yusufertekin opened this issue Jan 28, 2022 · 0 comments

Comments

@yusufertekin
Copy link

yusufertekin commented Jan 28, 2022

sanic_jwt/authentication.py
Line 262: Use configured user_id instead of hardcoded 'user_id'

user_id = payload.get('user_id') => user_id = payload.get(self.config.user_id())

Even with a fix for this on the source code, authentication fails when user secret enabled.

In my case, User object has a ID field named different than user_id.

I wanted to create a PR to contribute, however, contribution documentation returns 404.

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

No branches or pull requests

1 participant