Add decorator to protect routes (using cookie)
To make it easier, different decorators are created depending if the user logged in using a JWT (API) or cookie (web UI).
Loading
Please register or sign in to comment
To make it easier, different decorators are created depending if the user logged in using a JWT (API) or cookie (web UI).