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

JWT Server #42

Open
Atralupus opened this issue Jan 6, 2025 · 0 comments
Open

JWT Server #42

Atralupus opened this issue Jan 6, 2025 · 0 comments

Comments

@Atralupus
Copy link
Member

After discussing with the team, I received advice for a better approach than having users issue JWTs themselves.

Instead of users manually generating tokens, I will follow the standard structure where a JWT server issues tokens. However, the process for obtaining the token (similar to the login process in traditional web services) will involve users signing a specific random value with their private key and sending it.

This approach simplifies the process for users by eliminating the need to handle token issuance, expiration, and service-specific details themselves, making it as seamless as a typical web login.

Originally posted by @Atralupus in #33 (comment)

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