Account Service is a graduate project for the Spring Security for Java Backend Developers.
What you’ll do and what you’ll learn
Task Details
- Create the service structure: Develop and implement the API structure. Take a first look at the future role model.
- The authentication: Add the user authentication functionality to the service.
- Security first!: The security department took an interest in the service! It is time to implement some requirements of security standards for the authentication procedure.
- Attention to business: It's time to implement the business logic of our service.
- The authorization: Finalize the role model using the Spring Security functionality and add the administrative functions.
- Logging events: Log security events, detect attacks, and monitor user activities.
- Securing connection: Implement the HTTPS protocol to fortify the service.