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

HamZone/flarum-ext-auth-phone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

经过线上的一段时间运行,发现会有一定几率的缓存失效问题,导致验证码立即失效,初步排查后是 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