tornado使用@tornado.web.authenticated鉴权以后怎么跳转到首页
时间: 2024-05-05 07:15:28 浏览: 106
在使用@tornado.web.authenticated鉴权后,如果用户没有登录,则会自动跳转到登录页面。如果用户已经登录,但是需要跳转到首页,可以使用tornado.web.RequestHandler.redirect方法,将URL重定向到首页。
例如:
```python
import tornado.web
class MainHandler(tornado.web.RequestHandler):
@tornado.web.authenticated
def get(self):
# do something
self.redirect("/")
```
在这个例子中,如果用户已经登录,访问MainHandler时会执行get方法中的代码,然后重定向到首页。如果用户没有登录,则会跳转到登录页面。
阅读全文
相关推荐
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![rar](https://img-home.csdnimg.cn/images/20241231044955.png)
![gz](https://img-home.csdnimg.cn/images/20210720083447.png)
![docx](https://img-home.csdnimg.cn/images/20241231044901.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![pdf](https://img-home.csdnimg.cn/images/20241231044930.png)
![-](https://img-home.csdnimg.cn/images/20241231044955.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)
![-](https://img-home.csdnimg.cn/images/20241226111658.png)