]> git.lizzy.rs Git - cheatdb.git/commit
Add API Token creation
authorrubenwardy <rw@rubenwardy.com>
Fri, 22 Nov 2019 14:33:22 +0000 (14:33 +0000)
committerrubenwardy <rw@rubenwardy.com>
Wed, 27 Nov 2019 01:06:58 +0000 (01:06 +0000)
commit4ce388c8aa5d5502408609983535a9812d41d6d1
tree5ad9123949ca2068dfe975284d0f1b3acdf5b437
parentcb5451fe5d49e0eda379e3cd636c54e8ea1a3f8e
Add API Token creation
12 files changed:
app/blueprints/api/__init__.py
app/blueprints/api/auth.py [new file with mode: 0644]
app/blueprints/api/endpoints.py [new file with mode: 0644]
app/blueprints/api/tokens.py [new file with mode: 0644]
app/flatpages/help.md
app/flatpages/help/api.md [new file with mode: 0644]
app/flatpages/help/ranks_permissions.md
app/models.py
app/templates/api/create_edit_token.html [new file with mode: 0644]
app/templates/api/list_tokens.html [new file with mode: 0644]
app/templates/users/profile.html
migrations/versions/fd25bf3e57c3_.py [new file with mode: 0644]