Skip to content

v0.4 Alpha

Compare
Choose a tag to compare
@Hawxy Hawxy released this 17 Apr 13:36
· 23 commits to main since this release
7d4b3b0

Breaking Changes

  • Refactors package to sit on top of Auth0.Fga as the internal client.
  • Fga.Net has been renamed to Fga.Net.DependencyInjection. The core package may be used again at a later time.
  • Reverts support for multi-store scenarios added in v0.3 as it was discussed that consumers are unlikely to require this.
  • DI Extensions have been simplified to a single call per package:
// Fga.Net.DependencyInjection
services.AddAuth0FgaClient(x=> /**/);

// Fga.Net.AspNetCore
services.AddAuth0Fga(x=> /**/);