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

Update user class by adding verify_confirmation_token #57

Open
MungaSoftwiz opened this issue Jun 10, 2024 · 0 comments
Open

Update user class by adding verify_confirmation_token #57

MungaSoftwiz opened this issue Jun 10, 2024 · 0 comments
Labels
auth Authentication feature

Comments

@MungaSoftwiz
Copy link
Owner

We are currently generating and decoding the token but we are not confirming the token. We need a @staticmethod to decode the token and get a user ID from the token. This method is useful for fetching the user based on the token without requiring an authenticated user session.

@MungaSoftwiz MungaSoftwiz added the auth Authentication feature label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth Authentication feature
Projects
Status: Todo
Development

No branches or pull requests

1 participant