Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e0ipso/ctools_token_access
Drupal module to restrict access based on token presence.
https://github.com/e0ipso/ctools_token_access
Last synced: 15 days ago
JSON representation
Drupal module to restrict access based on token presence.
- Host: GitHub
- URL: https://github.com/e0ipso/ctools_token_access
- Owner: e0ipso
- Created: 2014-06-15T17:54:30.000Z (over 10 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2014-10-11T09:31:00.000Z (over 10 years ago)
- Last Synced: 2024-11-08T02:31:45.673Z (2 months ago)
- Language: PHP
- Size: 395 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/mateu-aguilo-bosch/ctools_token_access.svg?branch=7.x-1.x)](https://travis-ci.org/mateu-aguilo-bosch/ctools_token_access) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mateu-aguilo-bosch/ctools_token_access/badges/quality-score.png?b=7.x-1.x)](https://scrutinizer-ci.com/g/mateu-aguilo-bosch/ctools_token_access/?branch=7.x-1.x)
CTools Token Access
===================Drupal module to restrict access based on token presence.
Use this module when you want to easily share restricted content with one click.
This module provides:
- A user interface to manage and export your tokens.
- A CTools access plugin to use in your pages.## Quick guide
### 1. Create a token.
Go to `admin/config/people/access-token`.
![CTools Token Access](https://drupal.org/files/token-list.png)### 2. Select access for your page.
![CTools Token Access]()### 3. Configure the access plugin.
Select the token to use and (if you want it to expire) select an expiration rule.
![CTools Token Access](https://drupal.org/files/cta-configure_0.png)### 4. Done.
![CTools Token Access](https://drupal.org/files/cta-summary.png)