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

Laravel 10 - Authentication API #74

Closed
11 tasks
johndavedecano opened this issue Mar 13, 2023 · 0 comments
Closed
11 tasks

Laravel 10 - Authentication API #74

johndavedecano opened this issue Mar 13, 2023 · 0 comments
Assignees
Labels
api php Pull requests that update Php code

Comments

@johndavedecano
Copy link
Owner

johndavedecano commented Mar 13, 2023

  • Login - POST - /api/auth/login
  • Register - POST - /api/auth/register
  • Forgot Password - POST - /api/auth/forgot
  • Reset Password - POST - /api/auth/reset
  • Activate Account - POST - /api/auth/activate
  • Reset Activation - PUT - /api/auth/activate
  • Refresh Token - POST - /api/auth/refresh
  • Get Current User Profile - GET- /api/auth/user
  • Update Current User Profile - PUT - /api/auth/user
  • Update Current User Password - PUT - /api/auth/password
  • Update Current User Avatar- POST - /api/auth/avatar
@johndavedecano johndavedecano added php Pull requests that update Php code api labels Mar 13, 2023
@johndavedecano johndavedecano changed the title Laravel 10 - API Development - Authentication Endpoints Laravel 10 - Authentication Endpoints Mar 13, 2023
@johndavedecano johndavedecano changed the title Laravel 10 - Authentication Endpoints Laravel 10 - Auth Endpoints Mar 13, 2023
@johndavedecano johndavedecano changed the title Laravel 10 - Auth Endpoints Laravel 10 - Authentication API Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api php Pull requests that update Php code
Projects
None yet
Development

No branches or pull requests

2 participants