Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial perseus rewrite | Andinus | 2020-03-29 | 5 | -115/+0 |
| | |||||
* | Prepare for rewrite on several functions | Andinus | 2020-03-28 | 5 | -211/+0 |
| | | | | | | | | 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 login handler | Andinus | 2020-03-27 | 2 | -5/+5 |
| | |||||
* | Enforce registration rules | Andinus | 2020-03-27 | 1 | -4/+17 |
| | |||||
* | Add AddUser func | Andinus | 2020-03-27 | 1 | -35/+1 |
| | |||||
* | Move token functions to its own package | Andinus | 2020-03-27 | 3 | -47/+61 |
| | |||||
* | Add token related functions | Andinus | 2020-03-27 | 2 | -0/+109 |
| | |||||
* | Add Login func | Andinus | 2020-03-27 | 1 | -0/+46 |
| | |||||
* | Change database schema | Andinus | 2020-03-27 | 1 | -23/+5 |
| | |||||
* | Add test for hashPass func | Andinus | 2020-03-27 | 2 | -3/+38 |
| | |||||
* | Improve checkPass func tests | Andinus | 2020-03-27 | 1 | -4/+24 |
| | |||||
* | Fix common typos | Andinus | 2020-03-27 | 1 | -1/+1 |
| | |||||
* | Add checkPass func and it's tests | Andinus | 2020-03-27 | 2 | -0/+33 |
| | |||||
* | Add auth and user package | Andinus | 2020-03-26 | 3 | -0/+108 |