seitime-frappe/frappe/integrations
Alex Leach cfbbaffd1d feat: OAuth 2.0. Allow including client_id in backend app auth request.
As per rfc6749 section-3.2.1, clients:

> MAY use the "client_id" request parameter to identify itself when
> sending requests to the token endpoint.

This patch allows to include client_id in BackendAppFlow, for servers
that require it.
2025-02-20 06:14:11 +00:00
..
doctype feat: OAuth 2.0. Allow including client_id in backend app auth request. 2025-02-20 06:14:11 +00:00
frappe_providers fix: add is_fc_site endpoint back 2025-02-03 12:28:41 +05:30
workspace/integrations chore: Add Push Notification Settings to Integrations workspace 2024-02-28 11:07:22 +05:30
__init__.py Moved Backup Manager and Social Login keys to the new Integrations Module, prepared frappe for Mandrill Integration 2015-08-11 12:03:13 +05:30
google_oauth.py refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
oauth2.py perf: speed up oauth bearer token query (#29184) 2025-01-15 13:24:46 +00:00
oauth2_logins.py feat(auth): added keycloak as a social login provider 2024-09-06 10:13:18 +00:00
offsite_backup_utils.py feat: enable db socket connection 2024-03-29 10:29:50 +01:00
utils.py fix(make_request): don't blindly try to check the content-type 2024-06-03 18:28:22 +05:30