summary refs log tree commit diff stats
path: root/auth
Commit message (Collapse)AuthorAgeFilesLines
* Move token functions to its own packageAndinus2020-03-273-47/+61
|
* Add token related functionsAndinus2020-03-272-0/+109
|
* Add Login funcAndinus2020-03-271-0/+46
|
* Change database schemaAndinus2020-03-271-23/+5
|
* Add test for hashPass funcAndinus2020-03-272-3/+38
|
* Improve checkPass func testsAndinus2020-03-271-4/+24
|
* Fix common typosAndinus2020-03-271-1/+1
|
* Add checkPass func and it's testsAndinus2020-03-272-0/+33
|
* Add auth and user packageAndinus2020-03-263-0/+108