API Endpoint for backend auth #2099
sakib1486
started this conversation in
Help Wanted
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I was wondering if there is an endpoint to do the email auth at the back rather than prompting the login page every time I run the app? Or if there are any guidelines to implement a new API to do that? I did find the official docs which only says an API can be implemented, I am just not too sure about the flow of the API calls in the backend when the app is being run.
In a nutshell, I would like the flow go as follows:
Root '/' hit --> Basic Auth in the backend(no login prompt) --> Conversation Page
Beta Was this translation helpful? Give feedback.
All reactions