Authtoken

Extension key

authtoken

Package name

kuhschnappel/authtoken

Version

main

Language

en

Author

Mike Zimmer

License

This document is published under the Open Publication License.

Rendered

2023-10-31 21:21


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 how to install this extension.

Configuration

How the extension must be configured in order to use it.