diff --git a/README.md b/README.md index 6515448..8b3c9d9 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,15 @@ In case you want to change the default scopes, add custom claim sets or change t php artisan vendor:publish --tag=openid ``` +### Using nonce + +When `nonce` is required, you need to pass it as a query parameter to `passport.authorizations.approve` during authorization step. + +Example based on default Passport's `authorize.blade.php`: +``` +
+``` + ### Optional Configuration You can add any JWT Token Headers that you want to the `token_headers` array in your `openid` configuration file.