- Fix bug when audience has url illegal characters (https://github.com/dorinclisu/fastapi-auth0/pull/8)
- Use `AUTH0_RULE_NAMESPACE` env variable instead of hardcoded default (https://github.com/dorinclisu/fastapi-auth0/issues/6)
- Rename `Auth0UnauthenticatedError -> Auth0UnauthenticatedException` to keep consistency with base class `HTTPException`