Skip to content

Commit c3f3db0

Browse files
committed
WIP
1 parent f72986c commit c3f3db0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

354354
You 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

0 commit comments

Comments
 (0)