nhost / hasura-auth

Authentication for Hasura.
https://nhost.io
MIT License
377 stars 114 forks source link

Implicit or PKCE ? #390

Closed kaashyapan closed 10 months ago

kaashyapan commented 1 year ago

Does this library follow the implicit grant auth flow or the Authorisation code with PKCE flow ? https://developer.okta.com/blog/2018/12/13/oauth-2-for-native-and-mobile-apps

Can someone confirm ?

stale[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

dbarrosop commented 10 months ago

Apologies, we missed this issue. It depends on the provider. If available on the provider side, it relies on the code authorization flow.