You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java 17 Spring Security 6 JSON Web Tokens (JWT) Spring Data JPA / Hibernate Bean Validation Custom Exceptions Swagger Documentation, User registration and authentication Secured endpoints with JWT Role-based authorization Input validation Exception handling
Create tweets with content and timestamp. View tweets with associated content. Add content to existing tweets. Basic authentication and authorization using Spring Security. Password encryption using BCryptPasswordEncoder.
This Application allows to manage student related data. Student can see their data on dashboard, and Admin can add, update, and delete student data. In this application Authentication applied through spring security using JWT token.