dev-master
9999999-devApi authentication for Craft CMS
The Requires
- composer/installers ~1.0
- php ^5.3|^7.0
Api authentication for Craft CMS
Plugin to allow generation of an access token for use in api clients, (*2)
/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)
Api authentication for Craft CMS