Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Stuyk/rebar-auth

A user registration and login plugin for the alt:V Rebar Framework
https://github.com/Stuyk/rebar-auth

Last synced: about 22 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.