aboutsummaryrefslogtreecommitdiff
path: root/backend
Commit message (Collapse)AuthorAgeFilesLines
* contirb apihitlerrip2025-07-291-0/+47
| | | | | added api that returns a specific users contributed clicks and their team
* rank apihitlerrip2025-07-291-0/+36
| | | | | added api that lists all users, their teams and their personal contributed clicks.
* licensehitlerrip2025-07-294-0/+24
| | | | added license notices and a copy of the license
* click apihitlerrip2025-07-291-0/+62
| | | | added the api that increments all counters
* proper authhitlerrip2025-07-293-17/+63
| | | | | added tokens and forced user to join a team on account creation, along with other minor changes
* basic authhitlerrip2025-07-292-0/+95
| | | | added basic authentication apis
* inithitlerrip2025-07-292-0/+27
base to build this game off of