@eforge/eforge-backend
v1.0.9
Published
Core components for the backend dev for eforge websites
Readme
eForge Common Backend
This package contains common authentication bits for eforge websites.
Table of Contents
Project Description
I, Louis, write a few small websites that I use personally. Anyone is welcome, but they are useful to me. This project consolidates the backend code I use in several sites. These backends are normally an AWS lambda written in Typescript.
Installation
- Clone the repository:
git clone https://gitlab.com/eforgewebsites/eforge-backend.git- Install dependencies:
npm installUsage
Import via normal Type/Javascript methods.
Features
Routing User Token Verification
Contributing
- Fork the repository.
- Create a new branch:
git checkout -b feature-name. - Make your changes.
- Push your branch:
git push origin feature-name. - Create a pull request.
License
All code is released under the ISC license, feel free to use as you wish.
