8 Commits

Author SHA1 Message Date
c478cfc7af Use sorcery for logins
This gives us more flexibility and allows us to use password authentication
later. Also we don't need to build the login functionality ourself.
2020-04-13 14:59:07 +02:00
bffed7a606 Add sequential_id to calculate auto incrementing submission id 2020-04-12 23:18:55 +02:00
829f534afd Configure activestorage for production
access keys and region are configured using environment variables
2020-04-09 12:25:22 +02:00
73ccddee94 Encrypt access_token and refresh_token 2020-04-09 00:49:20 +02:00
2b6e6ad99d Use dotenv to load .env configurations 2020-04-06 11:21:56 +02:00
cb060238e8 Add sentry exception tracking 2020-04-06 00:29:54 +02:00
d344256013 Configure CORS headers for submission endpoint 2020-04-06 00:01:11 +02:00
917051c7ea Hello tinyforms 2020-04-05 23:35:53 +02:00