Skip to content

⚫〰️⚫〰️⚫ Spring Security - Registration, Authentication and Authorization (Homework № 11 of the Java Software Development Course).

Notifications You must be signed in to change notification settings

Svitlana-Berezhna/spring-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Task 1 - Spring Security

Registration, Authentication and Authorization

  1. Create spring boot project using initializr.

  2. Implement Spring Security for two roles - User and Admin (for authorized site visitors) and Guest (for unauthorized ones).

  3. Use the following endpoints depending on the role of the site visitor:

  • for user role - /user;
  • for admin role - /admin.
  1. Display web page for roles:
  • for user role - the page with the text: "Hello, user";
  • for admin role - the page with the users list.

About

⚫〰️⚫〰️⚫ Spring Security - Registration, Authentication and Authorization (Homework № 11 of the Java Software Development Course).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published