Is there any Examples to handle Authorization & Authentication for Mobile Apps

Hello,

Is there any example for handle authorization & authentication for Mobile App.
Cause I have looked into https://github.com/laardee/serverless-authentication-boilerplate. But that’s more toward Web.
As it uses a “redirect” flow for social logins and are missing out on user/pass at the moment.

Is there anyone working on a “template” for authorization/authentication/roles with serverless.com and mobile apps ?

I’m talking about issuing tokens and validating. But also registering & signing in users.

1 Like

For now I ended up using auth0 and converted https://github.com/jghaines/lambda-auth0-authorizer to serverless format https://github.com/Tazer/serverless-auth0-authorizer