https://github.com/backdrop-contrib/authmap
Provides the authmap table and functions removed from from Drupal 8.x and inherited by Backdrop Core. This module is often used with other modules providing Single Sign-On (SSO).
https://github.com/backdrop-contrib/authmap
authorization backdrop backdropcms cms
Last synced: 1 day ago
JSON representation
Provides the authmap table and functions removed from from Drupal 8.x and inherited by Backdrop Core. This module is often used with other modules providing Single Sign-On (SSO).
- Host: GitHub
- URL: https://github.com/backdrop-contrib/authmap
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2021-10-11T19:31:08.000Z (over 4 years ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2024-03-29T20:51:24.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T13:19:12.307Z (11 months ago)
- Topics: authorization, backdrop, backdropcms, cms
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Authmap
======================
Provides the authmap table and functions removed from from Drupal 8.x and
inherited by Backdrop Core. This module is often used with other modules
providing Single Sign-On (SSO).
Requirements
------------
None
Installation
------------
- Install this module using the official Backdrop CMS instructions at
https://backdropcms.org/guide/modules.
Documentation
-------------
This is a developer module. It creates the `authmap` database table removed
by Backdrop Core. See the discussion here:
https://github.com/backdrop/backdrop-issues/issues/2377.
* `user_get_authmaps` is now `authmap_get_authmaps`
* `user_external_load` is now `authmap_external_load`
* `user_set_authmaps` is now `authmap_set_authmaps`
* `user_external_login_register` is now `authmap_external_login_register`
Issues
------
Bugs and Feature requests should be reported in the Issue Queue:
https://github.com/backdrop-contrib/authmap/issues.
Current Maintainers
-------------------
- [Joel Steidl](https://github.com/joelsteidl).
- [Laryn Kragt Bakker](https://github.com/laryn).
- Seeking additional maintainers.
Credits
-------------------
- Ported to Backdrop CMS from Drupal 7 core by [Joel Steidl](https://github.com/joelsteidl).
- Backdrop version supported by [Aten Design Group](https://atendesigngroup.com).
License
-------
This project is GPL v2 software.
See the LICENSE.txt file in this directory for complete text.