Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Releases: greenpau/caddy-auth-portal

v1.4.39

15 Jan 22:52
Compare
Choose a tag to compare
  • oauth2: add nextcloud configuration provider #227
  • Strip login hint from redirect URL when present #219
  • Allow a login_hint parameter to be passed on to the OAuth2 provider #219

v1.4.38

06 Jan 18:58
Compare
Choose a tag to compare
  • update Google OAuth 2.0 integration (see #218)

v1.4.37

06 Jan 07:43
Compare
Choose a tag to compare
  • feature: add api key auth
  • feature: add user api key handling
  • upgrade to github.com/greenpau/caddy-authorize v1.3.24
  • upgrade to github.com/greenpau/go-identity v1.1.6

v1.4.36

09 Dec 22:40
Compare
Choose a tag to compare
  • fix: require mfa breaks mfa onbording for non-mfa enabled users
  • fix: require mfa user transform causes multiple prompts (#209)

v1.4.34

09 Dec 06:07
Compare
Choose a tag to compare
  • allow custom claims in the tokens issued by the portal
  • upgrage to github.com/greenpau/caddy-authorize v1.3.22

Resolves: #151

v1.4.33

08 Dec 01:33
Compare
Choose a tag to compare
  • ui: update username and passcode input styles
  • fix: oauth/saml claim transformation
  • fix: ldap auth in sandbox

v1.4.32

05 Dec 22:18
Compare
Choose a tag to compare
  • feature: move password-based auth into sandbox

    More info: At the login screen, a user inputs username or email,
    without providing a password. Next, the portal redirects the
    user into a sandbox. The sandbox supports password and mfa
    authentication types. In the future, it will support email-based
    OTP. Further, it will allow dropping the password and authenticating
    with HOTP/TOTP only.

    Partial Resolution: #173

v1.4.31

24 Nov 04:39
Compare
Choose a tag to compare
  • settings: implement webauthn authentication tests

Demo: https://www.youtube.com/watch?v=JtVqFjqRu7o

v1.4.30

19 Nov 01:59
Compare
Choose a tag to compare
  • fix: user transform roles serialization (#203)

v1.4.29

18 Nov 22:32
Compare
Choose a tag to compare
  • feature: allow non-TLS LDAP connections and POSIX groups (#125, #202)