v0.0.2 Adapt RBAC
Pre-release
Pre-release
What's Changed
Remove the hard-coded scope param of the getAccessToken request payload in Logto Client. Use OIDC-Provider's default behavior.
- if no resource indicator is provided, an IdToken and an opaque Access Token will be issued.
- if a valid resource indicator is present, a JWT Access Token will be issued with all the scopes pre-granted for that target resource.
- refactor(dart): remove scope from getAccessToken payload by @simeng-li in #30
Full Changelog: v0.0.1...v0.0.2