RBU account system
  • Go 73.5%
  • HTML 26.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-04-10 19:27:15 +02:00
src csrf protection 2021-04-10 19:27:15 +02:00
tmpl csrf protection 2021-04-10 19:27:15 +02:00
.gitignore csrf protection 2021-04-10 19:27:15 +02:00
account requirements.txt Second Commit 2020-06-06 21:10:46 +02:00
config.json unit tests 2021-04-08 11:40:40 +02:00
config_test.json unit tests 2021-04-08 11:40:40 +02:00
go.mod csrf protection 2021-04-10 19:27:15 +02:00
go.sum csrf protection 2021-04-10 19:27:15 +02:00
LICENSE Initial commit 2020-06-06 20:55:44 +02:00
README.md moved util functions in main.go into a seperate file 2021-01-14 22:14:11 +01:00

RBU_account

RBU account system

api

use /login?redirect=someurl to redirect the user after the login is finnished. Use api/accountinfo?accountkey=key&password=password to get information about the user. accountkey is the value of the cookie with the key "session".