Skip to content

BTLzdravtech/server-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runboat Pre-commit Status Build Status codecov Translation Status

Server Authentication

Modules for handling various authentication schemes

Available addons

addon version maintainers summary
auth_admin_passkey 17.0.1.0.0 Allows system administrator to authenticate with any account
auth_admin_passkey_totp_mail_enforce 17.0.1.0.0 Disable 2FA if Passkey is being used
auth_api_key 17.0.1.1.1 Authenticate http requests from an API key
auth_api_key_group 17.0.1.0.1 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 17.0.1.0.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_oidc 17.0.1.1.0 sbidoul Allow users to login through OpenID Connect Provider
auth_saml 17.0.1.0.0 vincent-hatakeyama SAML2 Authentication
auth_session_timeout 17.0.1.0.0 This module disable all inactive sessions since a given delay
auth_signup_verify_email 17.0.1.0.0 Force uninvited users to use a good email for signup
auth_user_case_insensitive 17.0.1.0.0 Makes the user login field case insensitive
impersonate_login 17.0.1.0.2 Kev-Roche tools
user_log_view 17.0.1.0.0 trojikman Allow to see user's actions log

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (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.

Releases

No releases published

Languages

  • HTML 50.2%
  • Python 49.3%
  • Other 0.5%