api_tokens in example
This commit is contained in:
@@ -58,7 +58,7 @@ service = Service()
|
||||
plugins = PluginManager()
|
||||
|
||||
## create all tables needed by auth if not custom tables
|
||||
auth.define_tables(username=False, signature=False)
|
||||
auth.define_tables(username=False, signature=False, api_tokens=False)
|
||||
|
||||
## configure email
|
||||
mail = auth.settings.mailer
|
||||
|
||||
Reference in New Issue
Block a user