fix: Fix config name in auth doc samples (#186)

The config names should be in camel case.
This commit is contained in:
Wenxin Du
2025-01-06 13:45:25 -05:00
committed by GitHub
parent 4d7b94da9d
commit bb0345767e

View File

@@ -39,7 +39,7 @@ authSources:
> parameters:
> - name: user_id
> type: string
> auth_sources:
> authSources:
> - name: my_auth_app_1
> field: sub
> - name: my_auth_app_2
@@ -47,7 +47,7 @@ authSources:
> ...
>
> my_tool_no_param:
> auth_required:
> authRequired:
> - my_auth_app_1
> - my_auth_app_2
> ...