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=> /**/);