nixos/hosts/vm/mediakiwi/WSONoteKfetAuth
Pyjacpp d8f322399c
Sanitize Note Usernames
2026-04-27 18:11:53 +02:00
..
src Sanitize Note Usernames 2026-04-27 18:11:53 +02:00
README feat: OAuth Note repairs 2026-03-23 23:48:34 +01:00
extension.json feat: OAuth Note repairs 2026-03-23 23:48:34 +01:00

README

# 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
];
```