Note: This project is currently in progress.
Implemented New User Registration and Authentication feature end-to-end also updated security configs to make basic required endpoits public (Authentication, actuator heath check, and swagger ui related endpoints).
Tested this new user registration feature:
- User registration API tested successfully with 201 Created.
- Access & refresh tokens generated successfully.
- Registered user saved successfully in PostgreSQL database (in users table).
- Password stored as a BCrypt hash.
- Default role set to CUSTOMER and KYC status to PENDING.
Attachments:
User registration API tested successfully with 201 Created. and Access & refresh tokens generated successfully.
Registered user saved successfully in PostgreSQL.