Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanvanherwijnen/quasar-app-extension-http-authentication
Token based authentication for Quasar Framework
https://github.com/stefanvanherwijnen/quasar-app-extension-http-authentication
Last synced: about 1 month ago
JSON representation
Token based authentication for Quasar Framework
- Host: GitHub
- URL: https://github.com/stefanvanherwijnen/quasar-app-extension-http-authentication
- Owner: stefanvanherwijnen
- License: mit
- Archived: true
- Created: 2020-01-13T11:47:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T11:57:47.000Z (about 2 years ago)
- Last Synced: 2024-10-28T19:22:44.445Z (about 1 month ago)
- Language: Vue
- Size: 43.7 MB
- Stars: 68
- Watchers: 6
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- quasar-awesome - http-authentication
README
Compatible with Quasar v2.
# Warning
For now, a Quasar app with Typescript support is required when using the app extension. This is due to the fact that there is currently no way to [render](https://quasar.dev/app-extensions/development-guide/install-api#api-render) the source files to a Javascript file. You can however rewrite the rendered files to JS by yourself.
# Structure
- [/ui](ui) - standalone npm package
- [/app-extension](app-extension) - Quasar app extension# Donate
If you appreciate the work that went into this project, please consider [donating to Quasar](https://donate.quasar.dev).
# License
MIT (c) Stefan van Herwijnen