authorizerdev / authorizer

Your data, your control. Fully open source, authentication and authorization. No lock-ins. Deployment in Railway in 120 seconds || Spin a docker image as a micro-service in your infra. Built in login page and Admin panel out of the box.
https://authorizer.dev
MIT License
1.65k stars 166 forks source link

Add a Qwik SDK #283

Open mysticaltech opened 2 years ago

mysticaltech commented 2 years ago

Feature Description

Qwik is a new React-compatible web framework built by the founder of AngularJS and his team. It takes the best of AngularJS, React, and Svelte and combines them to provide the best DX and UX speed-wise with a new concept called resumability. This is most probably one of the next major web frameworks out there!

Describe the solution you'd like

Qwik supports JSX, so adding support for it if you already support react is going to be straightforward.

lakhansamani commented 2 years ago

@mysticaltech thank you for this amazing suggestion will look into its integration

Thanks