Skip to content
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

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion config/locales/server.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ es:
oauth2_token_url: "URL de token para OAuth2"
oauth2_token_url_method: "Método utilizado para obtener la URL del token"
oauth2_callback_user_id_path: "Ruta en la respuesta del token a la identificación del usuario. Ejemplo: params.info.uuid"
oauth2_callback_user_info_paths: "Rutas en la respuesta del token a otras propiedades del usuario. Las propiedades admitidas son nombre, nombre de usuario, correo electrónico, email_verified y avatar. El formato es property:path, por ejemplo: name:params.info.name"
oauth2_callback_user_info_paths: "Rutas en la respuesta del token a otras propiedades del usuario. Las propiedades admitidas son nombre, nombre de usuario, correo electrónico y email_verified. El formato es property:path, por ejemplo: name:params.info.name"
oauth2_fetch_user_details: "Obtener usuario JSON para OAuth2"
oauth2_user_json_url: "URL para obtener el usuario JSON para OAuth2 (ten en cuenta que reemplazamos :id con la id devuelta por OAuth call y :token con la id del token)"
oauth2_user_json_url_method: "Método utilizado para obtener la URL JSON del usuario"
Expand Down
2 changes: 1 addition & 1 deletion config/locales/server.fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fr:
oauth2_token_url: "URL du jeton pour l'option OAuth2"
oauth2_token_url_method: "Méthode utilisée pour récupérer l'adresse URL du jeton"
oauth2_callback_user_id_path: "Chemin dans la réponse du jeton vers l'ID utilisateur (p. ex., params.info.uuid)"
oauth2_callback_user_info_paths: "Chemins dans la réponse de jeton vers d'autres propriétés de l'utilisateur. Les propriétés prises en charge sont le nom, le nom d'utilisateur, l'adresse e-mail, l'adresse e-mail vérifiée et l'avatar (name, username, email, email_verified et avatar). Le format est le suivant : property:path (p. ex. : name:params.info.name)"
oauth2_callback_user_info_paths: "Chemins dans la réponse de jeton vers d'autres propriétés de l'utilisateur. Les propriétés prises en charge sont le nom, le nom d'utilisateur, l'adresse e-mail et l'adresse e-mail vérifiée (name, username, email, email_verified). Le format est le suivant : property:path (p. ex. : name:params.info.name)"
oauth2_fetch_user_details: "Récupérer le JSON de l'utilisateur pour l'option OAuth2"
oauth2_user_json_url: "URL pour récupérer le JSON de l'utilisateur pour l'option OAuth2 (remarque : nous remplaçons :id par l'identifiant renvoyé par l'appel OAuth et :token par l'identifiant du jeton)."
oauth2_user_json_url_method: "Méthode utilisée pour récupérer l'adresse URL du JSON de l'utilisateur"
Expand Down
2 changes: 1 addition & 1 deletion config/locales/server.it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ it:
oauth2_token_url: "URL del token per OAuth2"
oauth2_token_url_method: "Metodo utilizzato per recuperare l'URL del token"
oauth2_callback_user_id_path: "Percorso nella risposta del token all'id utente. es: params.info.uuid"
oauth2_callback_user_info_paths: "Percorsi nella risposta del token alle altre proprietà utente. Le proprietà supportate sono name, username, email, email_verified e avatar. Il formato è property:path, es: name:params.info.name"
oauth2_callback_user_info_paths: "Percorsi nella risposta del token alle altre proprietà utente. Le proprietà supportate sono name, username, email et email_verified. Il formato è property:path, es: name:params.info.name"
oauth2_fetch_user_details: "Recupera il JSON dell'utente per OAuth2"
oauth2_user_json_url: "URL per recuperare il JOSN dell'utente per OAuth2 (nota: sostituiamo :id con l'id restituito dalla chiamata OAuth e :token con l'id token)"
oauth2_user_json_url_method: "Metodo utilizzato per recuperare l'URL JSON dell'utente"
Expand Down