0.1.6-cjs-alpha • Published 8 months ago

adonis-rapid v0.1.6-cjs-alpha

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Adonis Rapid ( preview )

an redundent free auth/database/user-management configuration for adonisjs

npm-image license-image typescript-image

A package for auto add authenticated pre-config plus if you using inertia from eidellev/inertiajs-adonisjs, i'm handle for you

Installation

yarn add adonis-rapid

node ace configure adonis-rapid

# for inertia
node ace rapid:install inertia

# for template
node ace rapid:install template

Usage

(easy) just enable/disable what you using

// config/rapid.ts
export default {
    // ....

    features: [
        // > enable what you need
    ]
}

want to override the route? no problem

// providers/AppProvider
export default class AppProvider {
    public async boot() {
        const Configurator = this.app.container.use('SH8GH/Rapid/Configurator')

        Configurator.LoginRenderer(async ({ view }, data) => {
            return view.render('welcome', data)
        })
    }
}

How To

With Disable

with disable

With fully enable

with fully enable

Todo

  • Upload Package To Npm For Test With Real World Adonis App
  • Login View Route
  • Register View Route
  • Forgot Password View Route
  • Reset Password View Route
  • Two Factor Challenge View Route
  • Verify Email View Route
  • All Of View Functionality
  • Add All Of Top With Inertia
  • Manipulated User Model
  • Write Document

Specials Thank to

Note:

  • this is my first project so i do not know to manage project.
  • this is my frustrated when create a app and always need authentication.
  • this is my problem so make sure don't break your stuff so don't install for now.
0.1.6-cjs-alpha

8 months ago

0.1.6-cjs-6

8 months ago

0.1.6-cjs-5

8 months ago

0.1.6-cjs-4

8 months ago

0.1.6-cjs-3

8 months ago

0.1.6-cjs-2

8 months ago

0.1.6-cjs-1

8 months ago

0.1.5-preview-8

9 months ago

0.1.5-preview-7

9 months ago

0.1.5-preview-6

9 months ago

0.1.5-preview-5

9 months ago

0.1.5-preview-4

9 months ago

0.1.5-preview.3

9 months ago

0.1.5-preview.2

9 months ago

0.1.5-preview-1

9 months ago

0.1.5-preview

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

0.0.0-alpha

9 months ago