Hi All,
can anyone give me a quick breakdown of the architecture/flow of authentication+authorization if i have a web app which exposes one endpoint to a mobile app which i am also developing?
Both the web app and mobile app will have logins for authentication then the endpoints will use token authorization to make api call.
What does that flow look like?