Skip to content

License

Notifications You must be signed in to change notification settings

Camille0907/server-auth

This branch is 412 commits behind OCA/server-auth:14.0.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2181c01 · Jan 21, 2022
Jan 14, 2022
Feb 12, 2021
Jan 17, 2022
Jan 21, 2022
Jan 17, 2022
Nov 27, 2021
Dec 29, 2021
Dec 29, 2021
Mar 2, 2021
Jan 17, 2022
Jan 14, 2022
May 5, 2021
Jan 21, 2022
Mar 3, 2021
Nov 17, 2021
Jan 21, 2022
Mar 4, 2021
Dec 14, 2021
Oct 5, 2021
Sep 21, 2021
Jan 14, 2022
Oct 8, 2020
Jul 26, 2021
Nov 10, 2021
May 14, 2021
Oct 8, 2020
May 14, 2021
Oct 21, 2021
Nov 1, 2020
Nov 1, 2020
Nov 1, 2020
Jan 14, 2022
Oct 8, 2020
Jan 21, 2022
Dec 18, 2020
Jan 21, 2022
Jun 27, 2021

Repository files navigation

Runbot Status Build Status codecov Translation Status

server-auth

Odoo server side authentication modules

Available addons

addon version maintainers summary
auth_admin_passkey 14.0.1.0.0 Allows system administrator to authenticate with any account
auth_api_key 14.0.2.1.0 Authenticate http requests from an API key
auth_api_key_group 14.0.1.1.0 simahawk Allow grouping API keys together. Grouping per se does nothing. This feature is supposed to be used by other modules to limit access to services or records based on groups of keys.
auth_api_key_server_env 14.0.1.1.0 Configure api keys via server env. This can be very useful to avoid mixing your keys between your various environments when restoring databases. All you have to do is to add a new section to your configuration file according to the following convention:
auth_dynamic_groups 14.0.1.0.0 Have membership conditions for certain groups
auth_jwt 14.0.1.2.0 sbidoul JWT bearer token authentication.
auth_jwt_demo 14.0.1.2.0 sbidoul Test/demo module for auth_jwt.
auth_ldaps 14.0.1.0.0 Allows to use LDAP over SSL authentication
auth_oidc 14.0.1.0.1 sbidoul Allow users to login through OpenID Connect Provider
auth_saml 14.0.1.0.1 Saml2 Authentication
auth_session_timeout 14.0.1.0.1 This module disable all inactive sessions since a given delay
auth_signup_verify_email 14.0.1.0.0 Force uninvited users to use a good email for signup
auth_user_case_insensitive 14.0.1.0.0 Makes the user login field case insensitive
password_security 14.0.1.0.0 Allow admin to set password security requirements.
user_log_view 14.0.1.0.0 trojikman Allow to see user's actions log
users_ldap_groups 14.0.1.0.0 Adds user accounts to groups based on rules defined by the administrator.
vault 14.0.1.5.1 Password vault integration in Odoo
vault_share 14.0.1.0.0 Implementation of a mechanism to share secrets

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to OCA policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

About

https://odoo-community.org/psc-teams/tools-30

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.9%
  • Python 7.8%
  • HTML 7.3%