Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Releases: ml-archive/nodes-sso

Version 1.0.0 RC 4

07 May 11:17
18a6e1d
Compare
Choose a tag to compare
Version 1.0.0 RC 4 Pre-release
Pre-release

Fixed

  • Fixed Swift 5 compiler warnings related to redundant access modifiers

Version 1.0.0 RC 3

06 Mar 14:11
507720b
Compare
Choose a tag to compare
Version 1.0.0 RC 3 Pre-release
Pre-release

Changed

  • NodesSSOProvider now accepts a config factory instead to make NodesSSOConfig thread safe to use to allow thread safe middleware.

Version 1.0.0 RC2

04 Dec 15:27
Compare
Choose a tag to compare
Version 1.0.0 RC2 Pre-release
Pre-release

Changed

  • Correctly specified 4.1 as the minimum required Swift version.

Removed

  • This package no longer uses the MutableLeafTagConfig. Please use useNodesSSOLeafTags() for registering this package's Leaf tags (see readme for more info).

Version 1.0.0 RC 1

01 Nov 12:57
e4b0fbb
Compare
Choose a tag to compare
Version 1.0.0 RC 1 Pre-release
Pre-release

Changed

  • Swift bumped to 4.2
  • Aligned with community guidelines on how to register routes

Fixed

  • Query parameters are now being passed on when logging in (#15)

Version 1.0.0 Beta 2

04 Sep 08:57
ac0178a
Compare
Choose a tag to compare
Version 1.0.0 Beta 2 Pre-release
Pre-release

Changed

  • rename imageUrl to imageURL

Version 1.0.0 Beta 1

06 Jul 12:57
7ad6c30
Compare
Choose a tag to compare
Version 1.0.0 Beta 1 Pre-release
Pre-release

Changed

  • Rewritten to support Vapor 3.

Version 0.7.0

24 Apr 13:20
27b8288
Compare
Choose a tag to compare
Version 0.7.0 Pre-release
Pre-release

Changed

  • upgrade to AdminPanelProvider 0.7.0 to support custom user types while keeping the old syntax working.

Example of using your own custom user (e.g. Person):

try addProvider(AdminPanelNodesSSO.CustomUserProvider<Person>.self)

Make sure to conform your user to SSOUserType.

Version 0.6.0

24 Apr 11:29
3feef1a
Compare
Choose a tag to compare
Version 0.6.0 Pre-release
Pre-release

Changed

  • Update to Admin Panel 0.6.0 + Swift 4.1

Version 0.5.2

16 Apr 11:27
ea24e9f
Compare
Choose a tag to compare
Version 0.5.2 Pre-release
Pre-release

Fixed

  • SSO users are now correctly being persisted when logging in.

Version 0.5.1

07 Mar 10:21
c4e71b9
Compare
Choose a tag to compare
Version 0.5.1 Pre-release
Pre-release

Fixed

  • SSO is now also skipped when running on "localhost" - before it would only happen for "0.0.0.0" or "127.0.0.1"