HAL-B

Results 4 issues of HAL-B

## Upload error when readonly access There is an issue when uploading an object to a bucket where you only have read access. This happens when you restrict a user...

community
triage

In the [Quickstart](https://fastapi-keycloak.code-specialist.com/quick_start/#3-the-fastapi-app) code example we can see that for the admin endpoint, the user needs to have the "admin" role assigned in order to proceed. This is a great...

enhancement
pull requests welcome

The library is missing the token introspection as defined in the standard: https://datatracker.ietf.org/doc/html/rfc7662 A consequence of this is that even if a user has been disabled on the keycloak side,...

pull requests welcome

The documentation presents two [backends](https://github.com/stac-utils/stac-fastapi#backends): - sqlalchemy - pgstac I understand they rely on two different libraries. However, why do we need both of them? Why do you maintain 2...

question