You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added additional documentation in the README (#66)
Added
Authentication\ProviderInterface
Authorization\ProviderInterface
Errors\HandlerInterface
Interfaces\AuthenticatedEndpointInterface
Interfaces\HandlesOwnErrorsInterface
Changed
Internal refactoring
If a RequestInterface object is provided to the dispatcher, it will be internally converted to a ServerRequestInterface to ensure compatibility with Middleware and error handling.
Relying on this functionality is deprecated from the start, highly discouraged, and may be imperfect.