Compare commits

..

9 Commits

Author SHA1 Message Date
b5374abda9 fixup! Fix typo 2023-08-20 13:43:17 +02:00
7f7f40712d Fix typo 2023-08-20 12:03:07 +02:00
58ebbf601b Add template for unauthenticated response 2023-08-20 11:51:51 +02:00
d0cb54350f Add a comment and code style stuff 2023-08-20 11:37:17 +02:00
9a6e439cda Use session to store authentication info instead of cookie 2023-08-20 11:29:20 +02:00
Shirkanesi
a6ce11b10b Removed flask-login in favour of custom solution 2023-08-20 00:58:02 +02:00
Shirkanesi
79d59dc29c Add common names for venv to gitignore 2023-08-19 00:59:53 +02:00
Shirkanesi
79ed648c7b More work on auth 2023-08-19 00:59:37 +02:00
Shirkanesi
adea2b1545 Initial work on auth-tokens 2023-08-19 00:43:12 +02:00

1
.gitignore vendored
View File

@ -2,6 +2,5 @@
__pycache__
*.swp
jon/config.json
elm-stuff/
venv/
.venv/