stefanvanherwijnen / quasar-app-extension-http-authentication

Token based authentication for Quasar Framework
MIT License
68 stars 15 forks source link

Make boot file register quasar-ui-http-authentication optionally (v2) #46

Closed webrsb closed 2 years ago

webrsb commented 3 years ago

I don't need quasar-ui-http-authentication UI components and I use mine owns. Can you make it optionally? Thanks

https://github.com/stefanvanherwijnen/quasar-app-extension-http-authentication/blob/717f1b7d2c7543aa4e9f450673e179b2e8a8ad21/app-extension/src/index.ts#L13

stefanvanherwijnen commented 3 years ago

V2 won't have a boot file anymore. It will also contain basically only the ui components so there might be no point in using it in your case.

webrsb commented 3 years ago

It is what I want, thanks.