index
:
forms-backend
dependabot/pip/cryptography-43.0.1
dependabot/pip/starlette-0.40.0
dm-message
logging
main
renovate/httpx-0.x
renovate/motor-3.x
renovate/pre-commit-3.x-lockfile
renovate/pyjwt-2.x-lockfile
renovate/pypi-starlette-vulnerability
renovate/redis-5.x-lockfile
renovate/ruff-0.x
renovate/sentry-sdk-2.x-lockfile
renovate/spectree-1.x-lockfile
renovate/uvicorn-0.x
sqla-migration
testing-strategies
A mirrored copy of the python-discord/forms-backend repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
backend
/
authentication
/
backend.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2020-12-02
Use cls instead self for Question model validators
ks129
-4
/
+4
2020-12-02
Fix Question circular import and use cls instead self for validators
ks129
-2
/
+2
2020-12-02
Lock all forms showing to admins only
ks129
-0
/
+2
2020-12-02
Move from PyMongo to Motor driver for asynchronous support
ks129
-33
/
+48
2020-12-01
Ignore too long line for if statement
ks129
-4
/
+1
2020-12-01
Fix linting
ks129
-2
/
+2
2020-12-01
Add validating emails collecting login
ks129
-0
/
+6
2020-12-01
Delete object_id.py
ks129
-23
/
+0
2020-12-01
Delete __init__.py
ks129
-3
/
+0
2020-12-01
Use plain string for form model id
ks129
-2
/
+1
2020-12-01
Use plain string as type for question id
ks129
-2
/
+1
2020-12-01
Add user property to index response
Joe Banks
-3
/
+15
2020-12-01
Add JWT authentication middleware to middlewares list
ks129
-1
/
+4
2020-12-01
Fix import of user
ks129
-1
/
+2
2020-12-01
Create authentication backend for JWT
ks129
-1
/
+54
2020-12-01
Create BaseUser implementation for JWT authentication
ks129
-0
/
+25
2020-11-30
Add question and form models to __init__.py
ks129
-0
/
+4