Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auth.props.to #9

Open
leog opened this issue May 11, 2024 · 0 comments
Open

auth.props.to #9

leog opened this issue May 11, 2024 · 0 comments
Assignees
Labels

Comments

@leog
Copy link
Contributor

leog commented May 11, 2024

Is your proposal related to a problem?

Manage authentication from our own dedicated subdomain. Using a dedicated subdomain for authentication, like can offer several advantages. It provides clear separation of concerns, improves security by isolating sensitive operations, and allows for easier management and scalability. It also enhances flexibility in case you want to change authentication providers or implement additional security measures in the future.

Describe the solution you'd like

Have a separate app within the monorepo to handle next-auth authentication. More info about shared instructions in the community here.

Describe alternatives you've considered

Handling auth in just the app or the web might introduce some churn in the future. Ideally we can centralize the authentication in one place to avoid bloating from auth business logic any of the other packages.

@leog leog added the auth label May 11, 2024
@leog leog self-assigned this May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant