1.1.3 • Published 4 years ago

@materia/users v1.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Materia - User management Addon

Manage your user in your Materia application in few clicks

Features

  • Simple session or token based authentication
  • Email / password or username / password authentication
  • Custom data support
  • Secure

Installation

In your Materia application, run npm instal @materia/users --save or yarn add @materia/users.

Installation from local files

Clone this repository:

git clone https://github.com/materiahq/materia-users.git
cd materia-users

Then install dependencies and build:

yarn
yarn build

To test your addon locally before publishing it to NPM, use npm link:

cd dist && npm link

and in your materia application

npm link @materia/users

then add "@materia/users" in the links array in materia.json - it will let Materia knows of the existance of the linked addon.

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.0-rc.1

5 years ago

1.0.0-rc.0

5 years ago

1.0.0-beta.5

5 years ago

1.0.0-beta.4

5 years ago

1.0.0-beta.3

5 years ago

1.0.0-beta.2

6 years ago

1.0.0-beta.1

6 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago