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

Add optional actix web feature #8

Open
nayyara-airlangga opened this issue Jul 30, 2022 · 0 comments
Open

Add optional actix web feature #8

nayyara-airlangga opened this issue Jul 30, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nayyara-airlangga
Copy link
Collaborator

Actix Web is an established and vastly used web framework in the Rust community. In my opinion, adding support for such a major web framework early on would be a great way to add more value to the project.

The feature may include the following implementations:

  • Middlewares for bearer token authorization (both for access and refresh tokens)
  • Login, logout, and get self (sso user) web handlers.
  • Handler to generate new access and refresh tokens

I'll be implementing this feature myself if possible in the next few days. If anyone would like to implement this optional feature, please comment on this issue. Thank you.

@nayyara-airlangga nayyara-airlangga added the enhancement New feature or request label Jul 30, 2022
@nayyara-airlangga nayyara-airlangga self-assigned this Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant