Identity is a lightweight reusable service that houses capability to register users and generate access tokens that may be reused for authentication and authorization.
Java
Spring Boot
Spring Reactor
Spring Security
R2DBC
Flyway
JOOQ
PostgreSQL
- Create a local postgres database named identity
- Clone the forked repository locally
git clone https://github.com/<your-user-name>/identity
- Update the password of your postgres database in your application.properties file
- Build the project
mvn clean install
- Fork this repository
- Clone your forked repository
- Add your changes
- Commit and push
- Create a pull request
- Wait for the pull request to merge