summary refs log tree commit diff stats
path: root/handler/web/register.go
Commit message (Collapse)AuthorAgeFilesLines
* Initial perseus rewriteAndinus2020-03-291-0/+80
|
* Prepare for rewrite on several functionsAndinus2020-03-281-74/+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 version numberAndinus2020-03-271-1/+2
|
* Add registration handlerAndinus2020-03-271-0/+73