Popis
This plugin integrates JWT authentication and automates user creation. The plugin is written for AAF Rapid Connect, but can be used for other providers too.
Here is how this plugin works:
- Generate a secrete key with command: tr -dc ‚[[:alnum:][:punct:]]‘ < /dev/urandom | head -c32 ;echo
- Register the key and call back URL http://yoursite.com/wp-json/jwt-auth/v1/callback with your authentication provider.
- Specify authentication and user creation parameters. Those marked with * are required.
Inštalácia
You can install this plugin directly from your WordPress dashboard:
- Go to the Plugins menu and click Add New.
- Search for JWT Authenticator.
- Click Install Now.
-
Activate the plugin.
Alternatively, you can download the plugin and install manually:
- Upload the entire
/jwt-authenticator/
folder to the/wp-content/plugins/
directory. - Activate the plugin.
Časté otázky
- Does this plugin have dependencies on other plugins?
-
No.
- Where can I configure the plugin
-
You can find the settings page here: Settings > Settings > JWT Authenticator
- Where can I get help?
-
You can try the WordPress Support Forum or email me directly.
Recenzie
Pre tento plugin nie sú žiadne recenzie.
Prispievatelia a vývojári
“JWT Authenticator” je softvér s otvoreným zdrojovým kódom. Do tohto pluginu prispeli nasledujúci ľudia.
PrispievateliaPreložiť „JWT Authenticator“ do vašho jazyka.
Máte záujem o vývoj?
Prehľadávajte zdrojový kód, preskúmajte SVN repozitár, alebo sa prihláste na odber vývojárskeho logu cez RSS.
Zoznam zmien
1.1
- Added screenshots
1.0
- Initial release