amisadmin / fastapi-user-auth

FastAPI-User-Auth is a simple and powerful FastAPI user RBAC authentication and authorization library. Based on FastAPI-Amis-Admin and provides a freely extensible visual management interface.
338 stars 43 forks source link

关于连接第三方登录 #32

Open cic1988 opened 9 months ago

cic1988 commented 9 months ago

目前在用Azure来做的第三方登录。把Access Token存放在Cookie 然后重写了get_current_user() 但是发现老是重定向到登录界面无限循环。可是案例里面在跳转几次后就加载Home页面了,请教大概是遗漏了什么地方?

testyao commented 8 months ago

+1