Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 768 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 768 Bytes

经过线上的一段时间运行,发现会有一定几率的缓存失效问题,导致验证码立即失效,初步排查后是 Flarum 缓存机制存在异常。

Flarum-ext-auth-phone

A Flarum extension. auth by phone sms once code

Installation

Use Bazaar or install manually with composer:

composer require hamzone/flarum-ext-auth-phone
php flarum hamzone:aesKey:build

Updating

composer update hamzone/flarum-ext-auth-phone

Links

 "require-dev": {
        "hamzone/flarum-ext-auth-phone":"@dev"
    }

php flarum migrate