BuildForSDG / BuildForSDG/team-146-backend
[FEATURE] Authentication and Authorization (Backend)
- Dominant language
- PHP
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
**A user will be able to**
- Create an Account
- Activate an Account
- Securely login to Authorized Account
**Describe the solution you'd like**
The backend system will serve both an API and also a backend GUI.
-> Install and Configure Laravel Sanctum Dependency to handle API Security related
-> Install and Configure CORS
-> Laravel already comes inbuilt with an Auth ---> We need to add Roles OR Can use inbuilt Gates
-> Enable Verify by Email for Account Activation
-> Enable Email Notification -> Setup Mailtrap.io for testing
-> Optional -> enable SMS Verification
-> Create a Controller to Handle API Authentication
-> Create a Route to handle API authentication and Registration
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.