Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakkke/mc-express
A proxy service that maps /maps and /Backups under Discord authentication
https://github.com/sakkke/mc-express
authentication discord hono honojs oauth2 oauth2-discord-proxy proxy proxy-server proxy-service
Last synced: 10 days ago
JSON representation
A proxy service that maps /maps and /Backups under Discord authentication
- Host: GitHub
- URL: https://github.com/sakkke/mc-express
- Owner: sakkke
- License: mit
- Created: 2024-03-08T14:26:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T07:09:07.000Z (8 months ago)
- Last Synced: 2024-10-25T21:58:40.988Z (about 2 months ago)
- Topics: authentication, discord, hono, honojs, oauth2, oauth2-discord-proxy, proxy, proxy-server, proxy-service
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mc-express
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/sakkke/mc-express/bun.yml)
## Description
`mc-express` is a proxy service that maps /maps and /Backups under Discord authentication.
The motivation for this project is adding Discord authentication to services that do not have authentication functionality.## Usage
```
git clone https://github.com/sakkke/mc-express.git
cd mc-express
bun install
bun run ./src/server.js
```## License
[MIT](./LICENSE)