mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-19 00:52:03 +02:00
29 lines
411 B
Markdown
29 lines
411 B
Markdown
# OAuth2 Authentication
|
|
|
|
|
|
Allow users to login through OAuth2 Provider.
|
|
=============================================
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-auth_oauth
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- base
|
|
- web
|
|
- base_setup
|
|
- auth_signup
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/auth_oauth
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|