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 for the Client side #9

Open
SrPatinhas opened this issue Aug 11, 2023 · 0 comments
Open

Auth for the Client side #9

SrPatinhas opened this issue Aug 11, 2023 · 0 comments

Comments

@SrPatinhas
Copy link
Owner

Need to have an API to expose the user to login and register.

Will be using the Laravel Fortify for the Authentication, so it will be a front-end agnostic implementation of all authentication features.

It provides all routes and controllers needed to implement your authentication logic but requires you to code the user interface yourself. There are no views out of the box!

❌ No views, no user interface
✅ Registration
✅ Login
✅ Profile Management
✅ Password Reset
✅ Email Verification
✅ Two-Factor Authentication (2FA)
✅ Teams Management
✅ Browser Sessions Management (let users see where they’re connected and logout sessions)
✅ API Tokens & Permissions (let users generate API tokens)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

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

1 participant