qwik

How do you implement authentication/authorization in Qwik/Qwik City?


I have Qwik City running on Express. Would appreciate if someone could point out the easiest way to do authorization. Is using an Express authentication/authorization middleware possible?


Solution

  • QwikCity includes a package called qwik-auth, which is currently not documented. If you want to get to know how to use it, you can find details in my post on Medium.