Bubu-framework's account manager

Installs: 32

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/bubu-framework/account

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

This package is auto-updated.

Last update: 2025-10-22 22:52:42 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');