powerkernel/yii-auth

Yii auth API module

dev-master 2018-08-28 21:22 UTC

This package is auto-updated.

Last update: 2024-04-11 01:06:14 UTC


README

Prerequisites

Installation

The preferred way to install this extension is through composer.

Either run

composer require powerkernel/yii-auth "@dev"

or add

"powerkernel/yii-auth": "@dev"

to the require section of your composer.json file

DB Migration

Run in /bin directory

php yii mongodb-migrate --migrationPath=@vendor/powerkernel/yii-auth/src/migrations --migrationCollection=auth_migration

API Documentation

View on Postman