tulsawebdevs / services-voting

A microservice backend for tracking proposed meetup topics and civic projects and voting on them
1 stars 8 forks source link

Fix auth bearer #51

Closed nguernse closed 5 months ago

nguernse commented 5 months ago

I was getting invalid authorization headers on Postman. I think the standard is to add authorization headers without a colon, e.g. Bearer <token>.

I can make it a separate PR, but added a /health endpoint just to have a sanity check that things are good to go when pinging the API.