Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Stuyk/rebar-auth
- Owner: Stuyk
- Created: 2024-04-30T03:39:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T03:15:05.000Z (6 months ago)
- Last Synced: 2024-12-22T07:34:58.414Z (about 22 hours ago)
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 5
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.