Skip to content

TableTopLtd/tt-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TableTop auth microservice

Build Status


## When developing

Run
```bash
mvn clean package

from repo root directory.

To run application local jar, run:

java -jar api/target/*.jar

Microservice finds database through ip

To test the service you should go to

http://localhost:8087/v1/auth/login

To list all authorizations (login info).

POST auth to:

http://localhost:8087/v1/auth/login

to log in.

POST auth to:

http://localhost:8087/v1/auth/logout

to log out.

Build docker image

docker build . -t tt-auth:X

[Optional] Define your own X

Run application in Docker

docker run -p 8087:8087 tt-auth:X

About

Microservice for TableTop authorization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages