This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (0.2.0) of this package.

Api authentication for Craft CMS

Maintainers

Package info

github.com/nerds-and-company/craft-api-authentication-plugin

Type:craft-plugin

pkg:composer/nerds-and-company/apiauth

Transparency log

Statistics

Installs: 84

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.2.0 2016-01-28 10:22 UTC

This package is not auto-updated.

Last update: 2026-08-30 06:08:12 UTC


README

Build Status Scrutinizer Code Quality Code Coverage

Plugin to allow generation of an access token for use in api clients

Routes

/api/authenticate

You can post a username and password to the url /api/authenticate When these are valid credentials you will get an access token, This access token can be authenticated in the ApiAuthService

/api/resetPassword

You can post a username to /api/resetPassword, when a user is found a password reset mail is send. The link in the mail links to the craft web environment. When the user is not found a success message is also given.