https://github.com/decentfox/freeauth-admin
Python Authentication and RBAC Solution.
https://github.com/decentfox/freeauth-admin
authentication quasar rbac typescript users vue3
Last synced: over 1 year ago
JSON representation
Python Authentication and RBAC Solution.
- Host: GitHub
- URL: https://github.com/decentfox/freeauth-admin
- Owner: decentfox
- License: other
- Created: 2023-04-07T09:49:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T06:00:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T20:34:34.142Z (over 1 year ago)
- Topics: authentication, quasar, rbac, typescript, users, vue3
- Language: Vue
- Homepage: https://freeauth.decentfox.com/
- Size: 925 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Make authentication and authorization easy and free.
## Documentation
- [English](https://freeauth.decentfox.com/)
- [简体中文](https://zh.freeauth.decentfox.com/)
## Development
### Install the dependencies
```bash
yarn
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
yarn dev
```
### Lint the files
```bash
yarn lint
```
### Format the files
```bash
yarn format
```
### Build the app for production
```bash
yarn build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).