RBU account system
- Go 73.5%
- HTML 26.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| tmpl | ||
| .gitignore | ||
| account requirements.txt | ||
| config.json | ||
| config_test.json | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | ||
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".