Skip to content

Removing "and avatar" that is not supported from the doc #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
server.en.yml remove avatar
  • Loading branch information
jmlord authored Feb 20, 2024
commit f19388a3c130dc09f12c91063b1fcb3a5552f09c
2 changes: 1 addition & 1 deletion config/locales/server.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ en:
oauth2_token_url: "Token URL for OAuth2"
oauth2_token_url_method: "Method used to fetch the Token URL"
oauth2_callback_user_id_path: "Path in the token response to the user id. eg: params.info.uuid"
oauth2_callback_user_info_paths: "Paths in the token response to other user properties. Supported properties are name, username, email, email_verified and avatar. Format is property:path, eg: name:params.info.name"
oauth2_callback_user_info_paths: "Paths in the token response to other user properties. Supported properties are name, username, email and email_verified. Format is property:path, eg: name:params.info.name"
oauth2_fetch_user_details: "Fetch user JSON for OAuth2"
oauth2_user_json_url: "URL to fetch user JSON for OAuth2 (note we replace :id with the id returned by OAuth call and :token with the token id)"
oauth2_user_json_url_method: "Method used to fetch the user JSON URL"
Expand Down