chrisleee / twitch-stocks

A web platform that allows you to invest in Twitch streamers with imaginary points.
GNU General Public License v3.0
21 stars 8 forks source link

Api auth #89

Closed jallier closed 7 years ago

jallier commented 7 years ago

This brings in register, login and logout pages along with their server counterparts. It also adds JWT to most api endpoints, meaning that a login will be required to access them. Postman is useful for testing the api in this way.

The work in this branch is not 100% complete, but it has some decent progress and is a good place to start.