notegame/authservice-module

There is no license information available for the latest version (dev-master) of this package.

dev-master 2016-02-21 22:49 UTC

This package is not auto-updated.

Last update: 2024-12-21 20:08:40 UTC


README

API DOC

Guest Only

POST /api/auth/login

POST /api/auth/loginByToken

POST /api/auth/register

POST /api/auth/activation

POST /api/auth/forget_password

Auth Only

GET /api/auth/profile

POST /api/auth/change_password

POST /api/auth/update

GET /api/auth/logout

Developer Guide

Events

  • UserActivationWasCreated
  • UserWasChangedPassword
  • UserWasActivated

Middleware

  • auth.token : TokenAuthenticate