Skip to content

Tags: uuace/authn-server

Tags

v1.0.1

Toggle v1.0.1's commit message
fix sqlite3 blob store expiry

this bug caused authn to not restore keys on restart. it was not caught
by test coverage because tests can't control time.

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request keratin#23 from keratin/redis-optional

Redis is optional

v1.0.0-rc3

Toggle v1.0.0-rc3's commit message
1.0.0-rc3

v1.0.0-rc2

Toggle v1.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request keratin#18 from keratin/metrics

add: `GET /metrics` (authenticated)

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message
verify Origin header instead of Referer

the Origin header is already a dependency for CORS and was intended for this purpose:
https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet#Verifying_Same_Origin_with_Standard_Headers

v0.9.0

Toggle v0.9.0's commit message
fix tests for cda77c1

v0.8.1

Toggle v0.8.1's commit message
omit http auth from webhook error reports

v0.8.0

Toggle v0.8.0's commit message
Merge pull request keratin#4 from keratin/update_username

require currentPassword to change password w/o token

v0.7.0

Toggle v0.7.0's commit message
Merge pull request keratin#1 from keratin/sentry

Error Reporting: stdout & Sentry