內容簡介
這個外掛整合了 JWT 認證並自動建立使用者帳戶。這個外掛程式是為 AAF Rapid Connect 開發,但也可用於其他供應商。
以下是此外掛的運作方式:
使用指令 tr -dc ‘[[:alnum:][:punct:]]’ < /dev/urandom | head -c32 ;echo 產生密鑰。
在您的認證提供商中註冊這個密鑰和呼叫 URL http://yoursite.com/wp-json/jwt-auth/v1/callback。
設定認證和使用者建立參數。其中標有*的參數為必填。
外掛標籤
開發者團隊
原文外掛簡介
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.
