https://github.com/fivepoint-0/ldapauthapi
This is for authenticating and saving sessions with a set of LDAP servers. This also handles detail lookups for certain objects.
https://github.com/fivepoint-0/ldapauthapi
Last synced: 7 months ago
JSON representation
This is for authenticating and saving sessions with a set of LDAP servers. This also handles detail lookups for certain objects.
- Host: GitHub
- URL: https://github.com/fivepoint-0/ldapauthapi
- Owner: fivepoint-0
- Created: 2022-11-01T23:38:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T01:45:30.000Z (over 3 years ago)
- Last Synced: 2025-03-03T09:27:51.420Z (over 1 year ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome Project Build with TypeORM
## Requirements
- You must have Docker installed.
- You must have a connection established with the Internet.
### Windows
- If you are on Windows, you must have Chocolatey installed with "make" added to it. Instructions for downloading & installing Chocolatey available at https://chocolatey.org/install.
After installing Chocolatey, run:
```
choco install make
```
Commands to turn the project up:
1. `make env` -> Creates the environment file with default values for necessary variables. Only run this once so you can edit the values in the .env file after.
2. `make image` -> Creates the "sessionapi" image to use in the `docker-compose.yml` file.
3. `make up` -> Starts the MongoDB container and the SessionAPI container to work together.
To teardown the containers, enter `make down`.