Commit Graph

8 Commits (master)

Author SHA1 Message Date
Dirk Gustke 63c545c99e
fix for long passwords
i ran into a little bug, where the password obviously exceeded the linewrap threshold, as i am tryiing to follow NIST guidelines on passwords.
this resulted in a line wrap in the middle of the encoded string, thus invalidating the password. the chomp only removes the whitespaces before an after. strict mode does help with not even adding line feeds.
2019-02-18 23:54:31 +01:00
Mike Heijmans 9082b4bba4 minor bug fix 2017-08-07 19:24:30 -05:00
Mike Heijmans c6c2a8ac0c Add session secret env variable 2017-08-07 12:09:50 -05:00
Mike Heijmans 0b36fcb6a2 implement title properly and update 404 handling 2017-08-07 09:30:58 -05:00
Mike Heijmans 274a1097f6 Added layer info (fixes #37) 2017-08-06 22:05:23 -05:00
Mike Heijmans ae1aea5e3f image display is working 2017-08-06 22:05:23 -05:00
Mike Heijmans 42c353f2ad Add Login handling 2017-08-06 22:05:03 -05:00
Mike Heijmans d12cdec3b8 refactored the api (fixes #6) 2017-08-06 22:04:27 -05:00