Skip to content

v0.2.0 - Auth2 updates, add `IResource`

Compare
Choose a tag to compare
@donaldgray donaldgray released this 18 Jul 10:50
· 22 commits to main since this release
75d5a95

What's Changed

Possible Breaking Changes

#37 introduced IResource which replaces some usages of IService. IService was used as both an indicator of things that are services and objects that have "id" and "type". IResource replaces the latter, IService inherits from this.

Full Changelog: v0.1.11...v0.2.0