-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: OAuth #219
feat: OAuth #219
Conversation
Just tested https://github.com/sugyan/atrium-oauth-wasm and it works for me ✨ Anything still pending here? We’re considering using this for another app. |
@erlend-sh Currently, I believe that the implementation has been completed up to the point of obtaining a token according to the OAuth flow. What I'm working on now is preparing a session management Also, the document is almost not written yet. After writing that, I am thinking that I can publish it as crate packages. |
@sugyan do you mind assigning the second PR to me? I'm guessing session management requires a new field of type |
Anyway, I just merged this branch. @avdb13, pull-requests are welcome from anyone! I have not been able to implement it recently, but I was thinking of designing it with the following image, (referring to TypeScript SDK): |
@sugyan few questions:
Apologies in advance if my questions are incomprehensible. |
No description provided.