Skip to content

fiat 0.46.0

Compare
Choose a tag to compare
@ajordens ajordens released this 27 Jun 22:20
· 772 commits to master since this release
492eaa4
feat(core): Support a fallback to legacy account permissions (#240)

Should `fiat` ever be unavailable, this supports a fallback to a
`UserPermission` that is constructed based on the contents of
the `AuthenticatedRequest`.

In the event of a legacy fallback, access to _all_ applications will be
explicitly granted.

It is not on by default and must be explicited opt'd enabled via:

```
fiat:
  services:
    legacyFallback: true
```

or by setting the `fiat.legacyFallback.enabled` dynamic property.