You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
414 B
25 lines
414 B
7 years ago
|
# ToDo
|
||
|
|
||
|
# Login Tokens
|
||
|
- Config for Cookie Name
|
||
|
- Single Login (Only one Token per User)
|
||
|
|
||
|
# DDOS
|
||
|
- Cookie usage?
|
||
|
- UserId to DB
|
||
|
|
||
|
# Login
|
||
|
- TOTP
|
||
|
- reCAPTCHA
|
||
|
- oAuth2
|
||
|
- Facebook
|
||
|
- Github
|
||
|
- Twitter
|
||
|
- ...
|
||
|
|
||
|
# listUsers
|
||
|
- bool|integer $group_par Specify group id to list group or FALSE for all users
|
||
|
|
||
|
# getUser
|
||
|
- Maybe we remove the model find if $email is not set (return sessions id)
|