class CreateTokenController implements RequestHandlerInterface
Not to be confused with the CreateAccessTokenController, this controller is used to authenticate a user with credentials, and return a system generated session-type access token.
class CreateTokenController implements RequestHandlerInterface
Not to be confused with the CreateAccessTokenController, this controller is used to authenticate a user with credentials, and return a system generated session-type access token.
__construct(UserRepository $users, Dispatcher $bus, Dispatcher $events)
ResponseInterface
handle(ServerRequestInterface $request)