Management system for student clubs. https://flaschengeist.dev
Go to file
Ferdinand Thiessen 7fbff30214 [API BREAK] Changed authentication routes
Authentication is now on /auth/... and using REST pathes and methods.
AccessToken are now having a expires field instead of timestamp, more
usefull for automatic removal of expired ones.
2020-09-03 22:29:14 +02:00
flaschengeist [API BREAK] Changed authentication routes 2020-09-03 22:29:14 +02:00
.gitignore Use flask logger, fixing app creation, split geruecht and user 2020-08-22 14:02:39 +02:00
run_flaschengeist Use bjoern for production. Add commandline arguments. 2020-09-03 18:02:33 +02:00
server.crt add certs for ssl in development mode 2020-01-17 22:12:08 +01:00
server.key add certs for ssl in development mode 2020-01-17 22:12:08 +01:00
setup.py Use bjoern for production. Add commandline arguments. 2020-09-03 18:02:33 +02:00