Closed nguernse closed 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>.
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.
/health
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.