Releases: DSorlov/eid-provider
Releases · DSorlov/eid-provider
v0.1.5
v0.1.4
v0.1.3
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
v0.1.0
- 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