Single page app or Web app

Hi everyone,
I’m implementing a login for a website and forum. Should I be using a single page app or Website app Flow in Auth0?
Thanks
C

Hi @devteam2,

Thanks for reaching out to the Auth0 Community!

A good starting point is to take a look at our documentation on which Application Type and Flow you should use for your use-case: https://auth0.com/docs/authorization/flows/which-oauth-2-0-flow-should-i-use

Note that the SPA (Single-Page Application) and RWA (Regular Web Application) application types use different grant types at Auth0. Implicit Flow for SPAs , and Authorization Code Flow for Regular Web Apps . It’s up to you to decide which flow would best suit your needs but I’d recommend trying a SPA for your implementation.

Please let me know if there are any questions. I’d be happy to help.

Thank you.

Thanks. I now have to figure out a password migration strategy. That will be the next post

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.