Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 324 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 324 Bytes

SSO service (using clean arch)

Running it

go run .

Documentation

[Swagger UI](http://0.0.0.0:8181/api/v1/docs/)

Getting the JWKS endpoint

http://0.0.0.0:8181/api/v1/sso/jwks [GET]

Verifying the token

http://0.0.0.0:8181/api/v1/sso/verify [GET] [With header 'Authorization': 'Bearer Token']