Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 629 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 629 Bytes

Auth for Rebar Framework

This plugin allows a user to register on your server with an email and password.

They are required to submit an email and password to login after registering.

Features

  • Login
  • Register
  • pbkdf2 Password Encryption
  • Login Tokens for Quick Reconnection
  • English Translation File
  • Prevent duplicate logins

Installation

From the main directory of your Rebar framework.

git clone https://github.com/Stuyk/rebar-auth src/plugins/auth

That's it.

If you wish to save the plugin in your own repository, go to the src/plugins/auth folder and delete the .git folder.