Skip to content

Releases: 256dpi/fire

v0.26.0

26 Jan 21:12
Compare
Choose a tag to compare
  • migrated to oauth2/v2
  • migrated to jsonapi/v2
  • fire: added jsonapi request document to context
  • coal: renamed traced collection
  • glut: added mut functions
  • heat: moved JWT handling to new package
  • heat: added key derivation
  • heat: added notary type for secure JWT key handling
  • blaze: added basic file storage implementation
  • example: refactored
  • added design pattern documentation

v0.25.7

06 Jan 21:06
Compare
Choose a tag to compare
  • updated oauth2 and fix malformed token handling
  • exposed refresh token grant availability as well
  • added redirect URI validator

v0.25.6

04 Jan 12:08
Compare
Choose a tag to compare
  • flame: added support for dynamic grant selection
  • flame: refactored callback signatures
  • flame: do not require client id or resource owner id field tag

v0.25.5

20 Dec 15:37
Compare
Choose a tag to compare
  • coal: do not assume used lungo store
  • example: use memory store if no URI is given
  • fire: detect and handle uniqueness errors

v0.25.4

19 Dec 16:47
Compare
Choose a tag to compare
  • coal: added method to visualize catalog as pdf
  • coal: use custom index model to store indexes
  • coal: merge indexer with catalog
  • coal: visualize index configuration

v0.25.3

19 Dec 09:57
Compare
Choose a tag to compare
  • ash: added fields struct
  • fire: added more helpers
  • ash: support whitelisting of creatable and updatable fields
  • fire: generalize no list into disabled operations
  • all: use type aliasing for all short-hands
  • fire: expose safe error

v0.25.2

27 Nov 15:11
Compare
Choose a tag to compare
  • updated lungo
  • fix flaky tests

v0.25.1

26 Nov 13:12
Compare
Choose a tag to compare
  • flame: implemented token introspection

v0.25.0

25 Nov 21:41
Compare
Choose a tag to compare
  • flame: added support for authorization codes with approval
  • flame: implemented proper implicit grant with approval
  • flame: added support for multiple redirect uris
  • flame: collect token data in a struct
  • flame: support ensuring applications with redirect urls
  • flame: simplify token generation
  • flame: simplified jwt handling
  • flame: renamed url to uri where appropriate
  • flame: properly check client confidentiality
  • all: use go 1.13

v0.24.1

06 Nov 16:12
Compare
Choose a tag to compare
  • updated dependencies