1
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
Jan Dittberner 743b8e6853 Implement CSR validation
This commit adds CSR validation and generation of a baseline requirements
compatible request token instead of a UUID.

Logging has been configured to use timestamps.
2020-12-14 06:59:30 +01:00
Jan Dittberner 2093bf2429 Decouple request and response via WebSocket 2020-12-12 09:59:06 +01:00
Jan Dittberner b748050de3 Add CA chain to download, improve UI 2020-12-11 22:05:27 +01:00
Jan Dittberner 1f8c44689e Implement CSRF protection
This commit adds CSRF protection based on the gorilla/csrf package.

Node dependencies have been updated.

Logging uses sirupsen/logrus for log level support now.
2020-12-05 19:46:15 +01:00
Jan Dittberner e13c9d174b Implement i18n support
This commit adds internationalization support and a german translation.
2020-12-05 00:21:18 +01:00