Skip to content

bubu-framework/account

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Account add-on

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');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages