An open API service indexing awesome lists of open source software.

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.

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).