JumboCode / casa-myrna

JumboCode 2023-2024 project for Casa Myrna, led by Elizabeth Foster
https://casa-myrna-pumv.vercel.app
4 stars 0 forks source link

Performance: Authentication #143

Open elizabethfoster02 opened 5 months ago

elizabethfoster02 commented 5 months ago

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