PaintWithBob / paint-with-bob

Bob Ross Painting IO game development.
https://paintwithbob.com/
Apache License 2.0
4 stars 0 forks source link

Authorization Token In Request Body #63

Closed JoshuaWarejko closed 6 years ago

JoshuaWarejko commented 6 years ago

We should switch to sending the token in the Authorization header instead of the request body for all routes. This would required changes on the frontend and backend.

JoshuaWarejko commented 6 years ago

This has been resolved by #68

torch2424 commented 6 years ago

@JoshuaWarejko Just as a heads up, there are special words you can put in PRs to automatically close issues

https://help.github.com/articles/closing-issues-using-keywords/

So like in your PR you can put closes #63, and when it gets merged, github will do this for you :)