Skip to content

Releases: jcmturner/goidentity

Enable as Go Module

19 Jan 21:36
Compare
Choose a tag to compare
v6.0.1

fix go mod

Revert to interface for attraibutes

18 Jun 10:07
Compare
Choose a tag to compare
v5.0.0

revert to interface{}

Attributes as strings and marshalling requirement

10 Jun 12:41
Compare
Choose a tag to compare
v4.0.0

use strings for attributes, add marshal/unmarshal

Arbitrary attributes

27 Aug 17:12
Compare
Choose a tag to compare

New methods defined within interface:

	Attributes() map[string]interface{}
	SetAttribute(k string, v interface{})
	SetAttributes(map[string]interface{})
	RemoveAttribute(k string)

Identity with expiry

10 Jun 14:32
Compare
Choose a tag to compare

Identities must now implement an expiry method.

First release

23 Sep 10:03
Compare
Choose a tag to compare
v1.0.0

readme