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

πŸš€ Feature: authentication using next-auth #65

Open
1 task done
RickyC0626 opened this issue Mar 7, 2024 · 0 comments
Open
1 task done

πŸš€ Feature: authentication using next-auth #65

RickyC0626 opened this issue Mar 7, 2024 · 0 comments
Assignees
Labels
πŸš€ new feature New feature or request

Comments

@RickyC0626
Copy link
Contributor

βœ’οΈ What is your desired feature?

I would like to add authentication support, specifically Google OAuth and email logins.

❔ Why is this feature needed?

This feature is needed to limit access for app features to unique individual accounts.

πŸ† How do you aim to achieve this?

Authentication should allow Google OAuth logins and email logins in Next.js client. This can be done using next-auth, which is easy to set up and allows multiple providers. There is also a guide for testing using Cypress.

πŸ”„ Alternative solutions

We can also implement our own OAuth server in Node.js and Express, but that would take significant time and testing.

πŸ” Have you checked to see if this feature has been requested before?

  • I checked and didn't find a similar request
@RickyC0626 RickyC0626 added the πŸš€ new feature New feature or request label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
πŸš€ new feature New feature or request
Projects
Status: In progress
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants