You've already forked php-auth
generated from siteworxpro/Php-Template
Basics of auth
This commit is contained in:
@@ -1 +1,6 @@
|
||||
drop table if exists client_users;
|
||||
drop table if exists client_scopes;
|
||||
drop table if exists scopes;
|
||||
drop table if exists client_redirect_uris;
|
||||
drop table if exists clients;
|
||||
drop table if exists users;
|
||||
Reference in New Issue
Block a user