abaddonpuff / commandCenter

Centralized hub for a bunch of stuff
GNU General Public License v3.0
3 stars 0 forks source link

Log in not entirely working yet / add login_required decorator #64

Closed bbelderbos closed 1 month ago

bbelderbos commented 2 months ago
          I do have an error I cannot fix right now. When I log in everything works when authenticated. EXCEPT when I tried to read posts.... we can speak about it on Thursday, but when I try to read the posts on any of the X users, it redirects to login page as if it was not authenticated. Everything else works great.

Originally posted by @abaddonpuff in https://github.com/abaddonpuff/commandCenter/issues/61#issuecomment-2216210022

bbelderbos commented 2 months ago

Yeah let's talk about it in our next meeting, but I miss the @login_required decorator on your views? You need to apply this to lock down views. Can you try and update me here?

abaddonpuff commented 1 month ago

Login Working