Installation

mix.exs
Elixir

Releases

v0.3.0

March 8, 2023
March 8, 2023

Added

  • Added Webhooks module to validate webhook requests #28

Fixed

  • Fixed a bug in get_profile causing the access_token to not be passed in properly #29

v0.2.0

December 23, 2022
December 23, 2022

Added

  • Added Audit Logs module (#18)
  • Added MFA module (#22)
  • Added CI Pipeline (#23 and #24)

Updated

  • Minor code improvements (#14)
  • Refactored Portal module and added Organizations module (#17)
  • Updated SSO module (#19)
  • Updated Directory Sync module (#25)

Fixed

  • Converted organization to organization_id in Audit Logs module (#20)
  • Fixed usage of opts in API and SSO modules (#21)

v0.1.1

February 12, 2021
February 12, 2021
  • Updated the configuration to support auto-generating docs for the hex package

v0.1.0

February 10, 2021
February 10, 2021

This is an initial beta version release.

This includes support for:

  • Passwordless
  • SSO
  • Portal
  • Directory Sync

v0.1.3

May 17, 2022
May 17, 2022
  • Added delete directory method (#3)
  • Upgradeed hackney and add delete organization in (#5)
  • Added connection param to passwordless (#7)
  • Fixed test warning and update deps (#9)

v0.1.2

April 20, 2021
April 20, 2021
  • Added connection to get_authorization_url (#1)