Skip to content

Commit b0d3cb4

Browse files
Update README.md
1 parent 2e0a729 commit b0d3cb4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,14 @@ user this data for checking purpose.
4343
```
4444
## Step To Be Followed
4545
> 1. Create Rest Api will return to user authentication with database custom user details.
46-
> * Entity - app_user class
46+
> **Project Documentation**
47+
> * Entity - AppUser (class)
48+
> * Payload - AppUserDto, ApiResponceDto, ErrorDto, LoginDto, TokenDto (class)
49+
> * Repository - AppUserRepository (interface)
50+
> * Service - AppUserService (interface), AppUserServiceImpl, JwtService (class)
51+
> * Controller - AuthUserController, UserAccessController, OpenUrlController (Class)
52+
> * Global Exception - GlobalException, JwtException (class)
53+
> * Config - SecurityConfig, JwtFilter, SwaggerConfig (Class)
4754
> 3. Secure the Rest API by adding security dependecy.
4855
> 4. Use the properties file to create custom username and password for authentication
4956
> 5. Create the SpringSecurityConfig class to define the bean like PasswordEncoder, UserDetailsService and AuthenticationManager

0 commit comments

Comments
 (0)