2017 © Pedro Peláez
 

craft-plugin apiauth

Api authentication for Craft CMS

image

nerds-and-company/apiauth

Api authentication for Craft CMS

  • Thursday, January 28, 2016
  • by nerds-and-company
  • Repository
  • 2 Watchers
  • 1 Stars
  • 77 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

craft-api-authentication

Build Status Scrutinizer Code Quality Code Coverage, (*1)

Plugin to allow generation of an access token for use in api clients, (*2)

Routes

/api/authenticate, (*3)

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, (*4)

/api/resetPassword, (*5)

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., (*6)

The Versions

28/01 2016

dev-master

9999999-dev

Api authentication for Craft CMS

  Sources   Download

The Requires

 

28/01 2016

0.2.0

0.2.0.0

Api authentication for Craft CMS

  Sources   Download

The Requires