You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Purpose
Currently, it takes a while to navigate between pages because whenever we move from page to page, we are getting the authentication from Clerk. Is there a way to make this go faster?
We were thinking of setting an admin boolean on the initial login and then referencing that throughout the application (rather than making a call to Clerk each time), but if you have another idea to make it go fast, that would be epic
UNSOLVED </3
TODO
Claim this ticket by adding your name and moving to "In Progress"
Get updated with the codebase
git checkout dev
git pull
THEN create a new branch as per usual
npm install (this updates your dependencies)
npm run dev
Implement description above
Create a PR for this ticket
Move this ticket into "Ready for Review"
Testing
Desktop
The text was updated successfully, but these errors were encountered:
Purpose
Currently, it takes a while to navigate between pages because whenever we move from page to page, we are getting the authentication from Clerk. Is there a way to make this go faster?
We were thinking of setting an admin boolean on the initial login and then referencing that throughout the application (rather than making a call to Clerk each time), but if you have another idea to make it go fast, that would be epic
UNSOLVED </3
TODO
Testing
The text was updated successfully, but these errors were encountered: