Update README
This commit is contained in:
parent
045d5394ca
commit
e7a73009ad
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -19,14 +19,14 @@ these custom users are properly authenticated.
|
|||
|
||||
### Complete
|
||||
|
||||
Nothing yet!
|
||||
- server padlock generation (`POST /generate-server-padlock-2`)
|
||||
- `user_server_key` generation (`POST /generate-user-server-key-2`)
|
||||
- [user token generation](https://wiki.factorio.com/Web_authentication_API) and storage (`POST
|
||||
/api-login`), without any actual authentication
|
||||
|
||||
### Planned
|
||||
|
||||
- [user token generation](https://wiki.factorio.com/Web_authentication_API) (`POST /api-login`)
|
||||
- auth backends: LDAP, user file, PAM(?)
|
||||
- server padlock generation (`POST /generate-server-padlock-2`)
|
||||
- `user_server_key` generation (`POST /generate-user-server-key-2`)
|
||||
- auth backends: LDAP, user file, PAM(?)
|
||||
- server padlock proxying (to allow e.g. factorio.com users to join servers using a custom auth
|
||||
server)
|
||||
|
||||
|
|
Loading…
Reference in a new issue