developers-api/README.md

22 lines
841 B
Markdown

# Developers API
API Registration through AAI API, Personal information and Login with offline_access (Refresh Token).
## Configuration
Check first [Login-core](https://code-repo.d4science.org/MaDgIK/uoa-login-core/) (offline_access)
### Datasource configuration
developers.datasource.driver # Required - SQL Driver - Default: org.postgresql.Driver
developers.datasource.url # Required - jdbc URL to the database
developers.datasource.username # Optional - Database user if needed
developers.datasource.password # Optional - Database user password if needed
### AAI Issuer
developers.issuer # Required - SQL Driver - Default: org.postgresql.Driver
## Run
Check [Spring boot Documentation](https://code-repo.d4science.org/MaDgIK/Documentation/wiki/Spring-boot) (need Login)