kuhschnappel / authtoken
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.
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^11.5 || ^12.4 || ^13.4
Requires (Dev)
- typo3/testing-framework: ^7.0.0
Replaces
- typo3-ter/authtoken: v2.4.0
- dev-main
- v2.4.0
- v2.3.0
- v2.2.1
- v2.2.0
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.0
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- dev-release/2.4.0
- dev-documentation-draft
- dev-develop
- dev-feature/backend-module
- dev-feature/bugfix
- dev-feature/generalization
- dev-master_v1
- dev-release/v1
- dev-develop_v1
- dev-release/v2
- dev-feature/readme
This package is auto-updated.
Last update: 2024-12-20 11:40:32 UTC
README
Extension Configuration
You can change the variable name used for token authentication.
Default: X-User-Token
Handling of the tokens in the backend
- You can easily add one or more tokens to the frontend user in the backend.
- You can restrict the tokens to a period of time or temporarily deactivate them.
- The time of the last use is displayed for each token.
Purpose of use
- Pages that are only released for special users can be called up using the tokens without prior login in the frontend. For this, the token must be supplied with the request header.
- This is of particular interest for simple, protected API calls (including formats such as JSON).
Curl Example
curl -H "X-User-Token: autogeneratedtokenvalue" https://domain.tld/page
Changelog
Links
Support
If you would like to support the project, please consider buying me a coffee.
Best regards - Mike Zimmer - Kuhschnappel / Saxony