This commit is contained in:
2020-12-22 19:31:02 +01:00
parent 07a73fbeef
commit d788822b06
3 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,8 @@
# RBU_account
RBU account system
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".