maxdobeck / gatekeeper

API that performs user authentication and authorization as well as process business logic.
0 stars 0 forks source link

PGStore added and replaces Gorilla Sessions #3

Closed maxdobeck closed 6 years ago

maxdobeck commented 6 years ago

https://github.com/antonlindstrom/pgstore for reference.

HTTP Sessions table will be the store in the database.

Login, ValidSession, and Logout all function. Return proper HTTP status and some JSON data as needed.