mirror of
https://git.phreedom.club/localhost_frssoft/fediauth.git
synced 2024-11-04 23:43:24 +00:00
some fixes readme
This commit is contained in:
parent
e4ae177309
commit
509ef3a3b0
|
@ -11,7 +11,7 @@ Players that have the FediAuth enabled have to enter a verification code upon jo
|
|||
|
||||
That mod requires add to `secure.http_mods = fediauth` for sending codes from service account (any mastodon API compatible instance)
|
||||
|
||||
Add `fediauth.instance = example.com` and `fediauth.api_token` = secret` for work this mod.
|
||||
Add `fediauth.instance = example.com` and `fediauth.api_token = secret` for work this mod.
|
||||
|
||||
Also you can enable fediauth.fedi_required option and players who not have fediverse account can't play on server
|
||||
|
||||
|
@ -57,7 +57,7 @@ minetest.register_privilege("my_super_important_priv", {
|
|||
|
||||
# Privileges
|
||||
|
||||
* `fediauth_enabled` Players with this privilege have to verify the Fediverse code upon login (automatically granted on successful `/fediauth_enable`)
|
||||
* `fediauth_enabled` Players with this privilege have to verify the Fediverse code upon login (automatically granted on successful `/fediauth_on`)
|
||||
* `fediauth_bypass` Players with this privilege can bypass verification for any reason, and the privilege can only granted manually by administrator
|
||||
|
||||
# License
|
||||
|
|
Loading…
Reference in a new issue