How to use login_required decorator once to make it effective on every single function without hardcoding and putting it on every single function?

前端 未结 0 1674
别跟我提以往
别跟我提以往 2021-01-04 01:31

so I am building an app where I want users to login before accessing certain pages. To do that, I need to use the login_required decorator. But I find it annoying to use tha

相关标签:
回答
  • 消灭零回复
提交回复
热议问题