Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@RobertoPrevato RobertoPrevato released this 16 Jun 18:22
8fdf2e6
  • Raises a more specific exception ForbiddenError when the user of an
    operation is authenticated properly, but authorization fails.
    This enables better handling of authorization errors, differentiating when the
    user context is missing or invalid, and when the context is valid but the
    user has no rights to do a certain operation. See #371.