summary refs log tree commit diff stats
path: root/user
Commit message (Collapse)AuthorAgeFilesLines
* Initial perseus rewriteAndinus2020-03-293-80/+0
|
* Prepare for rewrite on several functionsAndinus2020-03-283-37/+8
| | | | | | | | User struct now exports everything, encapsulation is not necessary over here. Instead of introducing a new variable uInfo we'll use user.User and pass that. Handlers & related functions will be rewritten to work with this change. This will make it easier to work on later as the program grows. I'm also rethinking error handling.
* Add AddUser funcAndinus2020-03-271-0/+42
|
* Add token related functionsAndinus2020-03-271-0/+29
|
* Add auth and user packageAndinus2020-03-261-0/+38