Bubu-framework's account manager

V1.0.5 2022-08-22 15:43 UTC

This package is auto-updated.

Last update: 2024-04-22 19:17:59 UTC


README

Usage

Available routes

Router::get('/validEmail/:code', 'AccountUpdate#verifyEmail');


Router::post('/api/account/update/email', 'AccountUpdate#email');

Router::post('/api/account/register', 'RegisterApi#register');

Router::post('/api/account/login', 'LoginApi#login');

Router::post('/api/account/update/token', 'AccountUpdate#token');

Router::post('/api/account/update/password', 'AccountUpdate#password');