9 lines
274 B
Markdown
9 lines
274 B
Markdown
# 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".
|