Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial perseus rewrite | Andinus | 2020-03-29 | 3 | -80/+0 |
| | |||||
* | Prepare for rewrite on several functions | Andinus | 2020-03-28 | 3 | -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 func | Andinus | 2020-03-27 | 1 | -0/+42 |
| | |||||
* | Add token related functions | Andinus | 2020-03-27 | 1 | -0/+29 |
| | |||||
* | Add auth and user package | Andinus | 2020-03-26 | 1 | -0/+38 |