0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-04-28 11:03:00 +00:00
nextcloud_server/core/Exception
Misha M.-Kupriyanov d1a94f3c9c feat(login-flow-v2): Restrict allowed apps by user agent check
Enable via:
./occ config:system:set core.login_flow_v2.allowed_user_agents 0  --value '/Custom Foo Client/i'
./occ config:system:set core.login_flow_v2.allowed_user_agents 1  --value '/Custom Bar Client/i'

if user agent string is unknown
the template with "Access forbidden"-"Please use original client" will be displayed

Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-04-23 09:45:23 +02:00
..
LoginFlowV2ClientForbiddenException.php feat(login-flow-v2): Restrict allowed apps by user agent check 2025-04-23 09:45:23 +02:00
LoginFlowV2NotFoundException.php chore: Add SPDX header 2024-05-27 14:53:40 +02:00
ResetPasswordException.php chore: Add SPDX header 2024-05-27 14:53:40 +02:00