TASVideos / tasvideos

The code for the live TASVideos website
https://tasvideos.org/
GNU General Public License v3.0
63 stars 29 forks source link

this seems to fix #1883 #1884

Closed adelikat closed 2 weeks ago

adelikat commented 2 weeks ago

Updated, I chose to use SignInAsync. However, I think we are doing too much work, everytime we do a requirePermission check we are adding those claims. I'm wondering if this would be unnecessary if we did the SignInWithClaims when the user logged in. But I'm not sure