如果我在类级别定义了 [Authorize] 属性,是否可以跳过其中一项操作的授权?
我有一个基本控制器类,我想在其上定义[Authorize]
,因为它将被我的应用程序中的每个控制器使用。我的登录屏幕也使用这个基本控制器,但我想跳过登录屏幕上的授权,以便用户可以实际登录。
是否可以仅在我的登录控制器中覆盖 OnAuthorization
并传递它们是否是授权与否?
I have a base controller class which I want to define [Authorize]
on as it will be used by every controller in my application. My login screen also uses this base controller but I want to skip authorisation on the login screen so that users can actually log in.
Is it possible to override OnAuthorization
in just my login controller and pass through whether they are authorised or not?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论