I want to implement a third-party authentication service using auth0 or authentik, don't know how to go about that, I'll be glad to get a how to for my Flutter x Appwrite project.
TL;DR
The user wants recommendations on implementing the third-party authentication service using either auth0 or authentik in their Flutter x Appwrite project. They are looking for a step-by-step guide. There is no solution provided in the thread.
Drake
13 Jul, 2023, 16:37
You should be able to find resources online for setting up OAuth2 with those providers. It should just be a matter of putting the client id and secret into Appwrite
An important thing is you need to set up a web-based oauth2 app (auth code flow)
dammy
15 Jul, 2023, 20:43
okay, I appreciate you @Steven
I just hope I'll understand that.
Thanks Man