bunadmin-auth-mesh
TypeScript icon, indicating that this package has built-in type declarations

1.1.3-beta.6 • Public • Published

bunadmin-auth-strapi

This plugin needs to be used in BunAdmin

How to use

yarn add bunadmin-auth-strapi

# append to plugins-info.json
  {
    "enable": true,
    "plugin-id": "bunadmin-auth-strapi",
    "plugin-folder": "buncms-user"
  },

node plugins-update.js

Get ready to get Strapi up and running in less than 5 minutes 🚀.

yarn create strapi-app my-project --quickstart

To access the server ⚡️, open: http://localhost:1337

Update env.js in bunadmin root path

DEV: {
    ...
    AUTH_URL: "http://localhost:1337",
}

In Strapi, add new role: Reviewer, and set permissions: 1acbe53ad4bdd50d268440bcbdf73875.png e5d838b89ebd732d028df4e90696723d.png

Add a new user set role to Reviewer. 11ae86c13b2490fe096150f088d05061.png

Now login with it in bunadmin, you can see: ae00c8f12422a934ff717be65472995c.png


Develop (hot reloading)

git clone https://github.com/bunred/bunadmin
cd bunadmin/plugins
git clone https://github.com/bunred/bunadmin-auth-strapi buncms-user
yarn && yarn dev

Readme

Keywords

none

Package Sidebar

Install

npm i bunadmin-auth-mesh

Weekly Downloads

4

Version

1.1.3-beta.6

License

Apache-2.0

Unpacked Size

75.9 kB

Total Files

49

Last publish

Collaborators

  • bunred