Loginsrv Versions Save

JWT login microservice with plugable backends such as OAuth2, Google, Github, htpasswd, osiam, ..

v1.3.1

4 years ago

v1.3.0

5 years ago
  • ATTENTION: Added a config option to set the secure flag for cookies (default: -cookie-secure=true). If you run unsecure HTTP you have to set this option ot false!!!
  • Google OAuth provider now uses the google userinfo endpoint. No need to activate the google+ APIs anymore.
  • Added Gitlab OAuth Provider
  • The GET endpoint now returns the user info if the call accepts JSON
  • Default OAuth scopes for google and facebook provider. No need to configure them anymore.
  • Caddy-plugin: let upstream middleware (e.g. fastcgi and cgi) know about authenticated user
  • Caddy-plugin: fixed corner cases in handling of JWT_SECRET paramter for caddy
  • Add viewport meta tag to get proper scaling on mobile

v1.2.4

6 years ago
  • Facebook OAuth provider
  • Support for custom claims in a user file
  • Support for elliptic curve signing methods
  • Dynamic redirects
  • Some minor cleanups

v1.2.3

6 years ago
  • Bitbucket OAuth provider
  • Fix for default secret in caddy plugin
  • Replacement of {user} placeholder in caddy logs
  • Add domain to google oauth jwt

v1.1.0

6 years ago
  • Added Google OAuth Support
  • New Provider: Httpupstream
  • Support for multiple comma separated htpasswd files

v1.0.0

6 years ago
  • Official Caddyserver release
  • Implement simple jwt refreshing
  • Added refresh for htaccess file
  • Added github login
  • Implemented graceful shutdown