Authtoken

Extension key

authtoken

Package name

kuhschnappel/authtoken

Version

2.2

Language

en

Author

Mike Zimmer

License

This document is published under the Open Publication License.

Rendered

2023-10-29 07:52


Once installed you can create authentication tokens for frontend users in the backend. You can then retrieve protected pages by submitting this token as an "X-User-Token" with the header.

The quickest way to test access with the token is to use the console using curl:

curl -H "X-User-Token: <autogeneratedtokenvalue>" https://domain.tld/page

Quick start

A quick introduction in how to use this extension.

Configuration

Configuration and how to use the extension.