chatbox-inc/mailauth

此包最新版本(0.0.4)无可用许可证信息。

0.0.4 2016-08-20 06:24 UTC

This package is auto-updated.

Last update: 2024-09-21 20:36:33 UTC


README

Latest Stable Version License composer.lock available

CircleCI

apaauth 对应的 Mailtoken 系列包已添加并汇总,以便于一起使用。

邮件发送使用DI形式。

API 文档在此

http://editor.swagger.io/#/?import=https://raw.githubusercontent.com/chatbox-inc/mailauth/master/lib/swagger.yml

用法

以 sample 文件夹为中心

  • 创建认证令牌和用户表模型
  • 创建 ServiceProvider

设计方针

Controller 基本不修改,而是组织 ServiceProvider(因为此包的处理内容仅为向 ApiAuth 添加控制器)。