mirror of https://gitlab.crans.org/nounous/nixos
15 lines
295 B
Plaintext
15 lines
295 B
Plaintext
# NoteKfetAuth
|
|
|
|
Extension pour médiawiki pour ajouter le support de l'autentification par Note
|
|
via l'extension WSOAuth.
|
|
|
|
## Installation
|
|
|
|
Il faut enregistrer l'extension comme provider
|
|
|
|
```
|
|
$wgOAuthCustomAuthProviders = [
|
|
'note' => WSOAuth\AuthenticationProvider\NoteKfetAuth::class
|
|
];
|
|
```
|