An open API service indexing awesome lists of open source software.

https://github.com/benhunter/spring-api-token

API Token Microservice
https://github.com/benhunter/spring-api-token

Last synced: 8 months ago
JSON representation

API Token Microservice

Awesome Lists containing this project

README

          

# spring-api-token

API Token Microservice

# Goals

- [ ] Generate and issue unique API Tokens via RESTful API.
- [ ] Issue the Token only once.
- [ ] Revoke Tokens on request.
- [ ] Store and provide Roles associated with the Token.
- [ ] Store hashed Tokens in the backend.

# Getting Started

1. Install Java 22.
2. Run docker compose.

```shell
docker compose up
```

3. Run service.

```shell
./gradlew bootRun
```