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: about 1 month 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T07:09:07.000Z (about 1 year ago)
- Last Synced: 2025-02-06T08:29:47.088Z (3 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

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