TevinDeale / LetsChat

Real Time Chat App
MIT License
0 stars 0 forks source link

Task 2: Implement User Authentication #2

Open TevinDeale opened 3 days ago

TevinDeale commented 3 days ago

Backend: Create user model and repository. Okta Implement registration and login endpoints using Spring Security. Use JWT (JSON Web Token) for authentication.

Frontend: Create registration and login forms. Implement authentication logic using Axios for HTTP requests.

TevinDeale commented 3 days ago

User Story: Integrate Okta for Authentication Task: Add Okta Spring Boot Starter to the backend Task: Configure Okta properties in the backend Task: Add Okta Vue SDK to the frontend Task: Set up authentication flow in the frontend