Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Releases: moapis/authenticator

PW reset Bugfix

15 Jul 18:58
Compare
Choose a tag to compare
PW reset Bugfix Pre-release
Pre-release

This fixes a bug where the wrong Subject was set in password reset tokens.

Minor upgrades

05 Jul 11:01
Compare
Choose a tag to compare
Minor upgrades Pre-release
Pre-release

Some minor dependency upgrades.

New Features!

04 Jul 10:34
Compare
Choose a tag to compare
New Features! Pre-release
Pre-release

This release brings some new features:

  • Middleware sub-package for easier integration into http servers
  • Forms sub-packages for easy building of http login front-ends
  • httpauth server splits the http login service from the admin
  • Implement password reset (implementation of forms)

Incompatibility with v0.2 series:

  • The ability to use user name for login is now dropped. Subsequently, usernames do no longer need to be unique and is not required.
  • The name config parameter is renamed to server_address
  • Dropped the awesome pizza slice in admin URL. :(

Minimal Go version is now 1.14. Some other dependency upgrades have been done.

Stability fix

24 Feb 21:02
Compare
Choose a tag to compare
Stability fix Pre-release
Pre-release

Upgrade MultiDB which offers a bugfix.

Security fix

22 Jan 12:19
Compare
Choose a tag to compare
Security fix Pre-release
Pre-release

Fix audience and group mapping in userAuthReply.

Audience

22 Jan 07:11
44eecde
Compare
Choose a tag to compare
Audience Pre-release
Pre-release

This release integrates audience checking in the Verify package.

Autobuild 2

04 Jan 20:39
Compare
Choose a tag to compare
Autobuild 2 Pre-release
Pre-release

Being not so impressed by the automatic builds through Github Actions and Docker Hub, I've decided to go with an old and familiar friend: travisCI.

Autobuild

03 Jan 13:20
Compare
Choose a tag to compare
Autobuild Pre-release
Pre-release

This release enables automatic building of the Docker images.

First release

23 Dec 14:24
Compare
Choose a tag to compare
First release Pre-release
Pre-release

This is the first release. We are currently running this project in our pre-production environment and started porting some projects to it's services.

We already have a list on enhancements for the next version. Most will imply some breaking changes. Therefore, this release is more of in intermediate snapshot.