Skip to content
forked from Stuyk/rebar-auth

A user registration and login plugin for the alt:V Rebar Framework

Notifications You must be signed in to change notification settings

AsKode/rebar-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

A user registration and login plugin for the alt:V Rebar Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.6%
  • Vue 44.4%