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
|
### 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
|
### Planned
|
||||||
|
|
||||||
- [user token generation](https://wiki.factorio.com/Web_authentication_API) (`POST /api-login`)
|
- auth backends: LDAP, user file, PAM(?)
|
||||||
- auth backends: LDAP, user file, PAM(?)
|
|
||||||
- server padlock generation (`POST /generate-server-padlock-2`)
|
|
||||||
- `user_server_key` generation (`POST /generate-user-server-key-2`)
|
|
||||||
- server padlock proxying (to allow e.g. factorio.com users to join servers using a custom auth
|
- server padlock proxying (to allow e.g. factorio.com users to join servers using a custom auth
|
||||||
server)
|
server)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue