Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
herbdool committed Sep 20, 2023
1 parent b9ced4f commit 198a457
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ Web Services
Key requires the [Plugin Manager](https://www.backdropcms.org/project/plugin_manager)
module.

## Recommended Modules

The following module extends Key's functionality:

* **[Townsend Security Key
Connection](https://www.drupal.org/project/townsec_key)** Allows keys
to be stored on a designated external key management server.

## Installation

Install Key using a standard method for installing a contributed Backdrop
Expand Down Expand Up @@ -122,7 +114,16 @@ Alternatively, you could also create your own 32 character string and search
online for a site that can base64 encode it. Then save it to text file that is
outside the web root and enter the path to the key in the key settings.

## Using a Key
## Integrating Modules

The following modules have not been ported to Backdrop at this time, but allow
keys to be stored on a designated external key management server:

* [Townsend Security Key
Connection](https://www.drupal.org/project/townsec_key)
* [Lockr](https://www.drupal.org/project/lockr)

## For Developers

Creating a key will have no effect unless another module makes use of
it. That integration would typically present itself to the end user in
Expand All @@ -134,7 +135,7 @@ Modules can add a key field to a form using the key_select API element,
which behaves like a select element, but is populated with available
keys as options.

```
```php
$form['secret_key'] = array(
'#type' => 'key_select',
'#title' => t('Secret key'),
Expand Down

0 comments on commit 198a457

Please sign in to comment.