You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.6 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. =================
  5. OAuth multi token
  6. =================
  7. This module adds the possibility to connect with the same account
  8. on more than one device at the same time.
  9. All providers are supported (Google, Facebook, Odoo, etc).
  10. Configuration and usage
  11. =======================
  12. On users' form you can set the number of maximum simultaneous connections.
  13. By default 5 connections are allowed.
  14. From there you can also clear / inactivate existing tokens.
  15. Nothing changes on login action: just select your provider and try to log in.
  16. Bug Tracker
  17. ===========
  18. Bugs are tracked on `GitHub Issues
  19. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  20. check there if your issue has already been reported. If you spotted it first,
  21. help us smash it by providing detailed and welcomed feedback.
  22. Credits
  23. =======
  24. Images
  25. ------
  26. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  27. Contributors
  28. ------------
  29. * Florent de Labarre <florent@iguanayachts.com
  30. * Simone Orsi <simone.orsi@camptocamp.com>
  31. Maintainer
  32. ----------
  33. .. image:: https://odoo-community.org/logo.png
  34. :alt: Odoo Community Association
  35. :target: https://odoo-community.org
  36. This module is maintained by the OCA.
  37. OCA, or the Odoo Community Association, is a nonprofit organization whose
  38. mission is to support the collaborative development of Odoo features and
  39. promote its widespread use.
  40. To contribute to this module, please visit https://odoo-community.org.