clevertech / authentication-service

Authentication microservice. The integration only requires redirects and JWT tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extra boilerplate endpoints?

chadfurman opened this issue · comments

app.get('/healthz', (req, res) => {

/healthz is from the CT boilerplate project -- not sure you want it in this service?

Edit: unless this is supposed to be run in its own Docker container, rather than imported into an existing application?