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::
349349$connector = new BexioConnector($configuration);
350350```
351351
352- ##### Step 5: Custom OAuth Authentication Validation (Optional)
352+ ### Custom OAuth Authentication Validation (Optional)
353353
354354You can implement custom validation logic that runs before the OAuth authenticator is stored. This is useful for:
355355- Validating user permissions with API calls
356356- Checking company/organization restrictions
357357- Implementing custom business logic
358358- Adding custom error handling with redirects
359359
360+ This feature is not limited to multi-tenant setups; it can be used in single-tenant applications as well.
361+
360362** Create Custom Validation Resolver:**
361363
362364``` php
You can’t perform that action at this time.
0 commit comments