File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -349,14 +349,16 @@ $configuration = App::make(\CodebarAg\Bexio\Contracts\BexioOAuthConfigResolver::
349
349
$connector = new BexioConnector($configuration);
350
350
```
351
351
352
- ##### Step 5: Custom OAuth Authentication Validation (Optional)
352
+ ### Custom OAuth Authentication Validation (Optional)
353
353
354
354
You can implement custom validation logic that runs before the OAuth authenticator is stored. This is useful for:
355
355
- Validating user permissions with API calls
356
356
- Checking company/organization restrictions
357
357
- Implementing custom business logic
358
358
- Adding custom error handling with redirects
359
359
360
+ This feature is not limited to multi-tenant setups; it can be used in single-tenant applications as well.
361
+
360
362
** Create Custom Validation Resolver:**
361
363
362
364
``` php
You can’t perform that action at this time.
0 commit comments