docs(oidc-provider): enhance docs

This commit is contained in:
Harry Yep
2025-11-12 12:19:10 +08:00
parent 71fb51cfc8
commit eae577dd8e

View File

@@ -85,7 +85,7 @@ Once installed, you can utilize the OIDC Provider to manage authentication flows
### Register a New Client
To register a new OIDC client, you can use the `oauth2.register` method on either the client or server.
To register a new OIDC client, use the `oauth2.register` method on the client or `auth.api.registerOAuthApplication` on the server.
<APIMethod
path="/oauth2/register"