Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
![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)