Skip to content

Releases: DSorlov/eid-provider

v0.1.4

06 Jul 11:15
878a070
Compare
Choose a tag to compare
  • Fixed broken handing of objects into frejaeid and frejaorgid
  • Fixed broken default certificates for production in frejaeid and frejaorgid

v0.1.3

01 Jul 18:06
81a96e8
Compare
Choose a tag to compare

Breaking Changes

  • Renamed ssn in output object to id which is more universal due to HSA-id and Freja OrgID which can ingest and send out other forms of id and to prepare for any additional forms of other identity types that we wish to invoke. Currently only in use by frejaeid, frejaorgid and ghsaid.

Added

  • General support for extra functions in modules
  • Added support for SITHS ID via GrandID by Svensk e-Identitet (ghsaid)
  • Freja OrgID functions for creating/deleting organizational ids created (frejaorgid)
  • Added more options for invocation and data results for Freja eID (frejaeid)
  • Added support for adding and removing CUSTOM_IDENTIFIERs. (frejaeid)
  • Multiple certificates to validate freja eid jwt (frejaeid, frejaorgid)

Fixed

  • Fixed bug in Freja OrgID preventing successfull verification during certain conditions.
  • Fixed default testing config for ftfrejaeid
  • Fixed unpacking in frejaeid and cases where errors where treated as successes

v0.1.1

08 Jun 10:11
6657232
Compare
Choose a tag to compare
  • Fixed broken paths in the module
  • Fixed broken implementation in gbankid

v0.1.0

08 Jun 07:30
376c294
Compare
Choose a tag to compare
  • Multi-variable input support takes string or object containing ssn in most modules
  • module frejaeid now supports multi country, default is sweden ([SE,NO,FI,DK])
  • Added BankID via Funktionstjänster (ftbankid)
  • Autostart URL added to ftbankid,gbankid,bankid,ftfrejaeid,frejaeid
  • Added Freja eID Organizational IDs
  • Changed how to decide module: require('eid-provider')('yourmodule')
  • Added involuntary dependency on request for bankid due to soap module. Hope this goes away.
  • Restructured documentation and added a bit of usefull stuff to it
  • Moved the location of modules into the modules sub-folder
  • Completed gfrejaeid

v0.0.2

06 Jun 21:36
335afab
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • Added BankID via Svensk e-Identitet (gbankid)

v0.0.1

06 Jun 17:11
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
  • Initial commit
  • Missing Funktionstjänster and Svensk e-Identitet implementation