auth and token middleware context update
This commit is contained in:
@@ -23,20 +23,20 @@ AuthCluster = CategoryCluster(
|
||||
prefix="/authentication",
|
||||
description="Authentication cluster",
|
||||
pageinfo=authentication_page_info,
|
||||
endpoints=[
|
||||
AuthenticationLoginEventMethods,
|
||||
AuthenticationLogoutEventMethods,
|
||||
AuthenticationRefreshTokenEventMethods,
|
||||
AuthenticationForgotPasswordEventMethods,
|
||||
AuthenticationChangePasswordEventMethods,
|
||||
AuthenticationCheckTokenEventMethods,
|
||||
AuthenticationCreatePasswordEventMethods,
|
||||
AuthenticationDisconnectUserEventMethods,
|
||||
AuthenticationDownloadAvatarEventMethods,
|
||||
AuthenticationResetPasswordEventMethods,
|
||||
AuthenticationRefreshEventMethods,
|
||||
AuthenticationSelectEventMethods,
|
||||
],
|
||||
endpoints={
|
||||
"AuthenticationLoginEventMethods": AuthenticationLoginEventMethods,
|
||||
"AuthenticationLogoutEventMethods": AuthenticationLogoutEventMethods,
|
||||
"AuthenticationRefreshTokenEventMethods": AuthenticationRefreshTokenEventMethods,
|
||||
"AuthenticationForgotPasswordEventMethods": AuthenticationForgotPasswordEventMethods,
|
||||
"AuthenticationChangePasswordEventMethods": AuthenticationChangePasswordEventMethods,
|
||||
"AuthenticationCheckTokenEventMethods": AuthenticationCheckTokenEventMethods,
|
||||
"AuthenticationCreatePasswordEventMethods": AuthenticationCreatePasswordEventMethods,
|
||||
"AuthenticationDisconnectUserEventMethods": AuthenticationDisconnectUserEventMethods,
|
||||
"AuthenticationDownloadAvatarEventMethods": AuthenticationDownloadAvatarEventMethods,
|
||||
"AuthenticationResetPasswordEventMethods": AuthenticationResetPasswordEventMethods,
|
||||
"AuthenticationRefreshEventMethods": AuthenticationRefreshEventMethods,
|
||||
"AuthenticationSelectEventMethods": AuthenticationSelectEventMethods,
|
||||
},
|
||||
include_in_schema=True,
|
||||
sub_category=[],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user