JSPM

  • Created
  • Published
  • Downloads 485
  • Score
    100M100P100Q96424F
  • License MIT

The shield that every Next.js project needs.

Package Exports

  • next-shield

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (next-shield) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Gatsby GastbyFire

NextShield

😉 The shield that every Next.js project needs.

Motivation

After creating a lot of apps with the same boilerplate code for authentication & authorization I realized that I hate dealing with it, so I create this package to never face the same frustrating situation again.

Philosophy

  • Never deal with auth code again.
  • Never hardcode a redirect, let your state handle it for you.
  • Easy To Use.

Features

  • No Flashy Content.
  • RBAC.
  • Completely Agnostic.

Documentation

You can find the documentation at the official website.

Examples

Firebase Example