https://github.com/realies/nvsap
🎮 NVIDIA SHIELD Authentication Proxy
https://github.com/realies/nvsap
authentication middleware moonlight moonlight-client moonlight-proxy nvidia proxy shield
Last synced: 5 months ago
JSON representation
🎮 NVIDIA SHIELD Authentication Proxy
- Host: GitHub
- URL: https://github.com/realies/nvsap
- Owner: realies
- License: mit
- Created: 2017-11-25T09:19:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T14:56:58.000Z (8 months ago)
- Last Synced: 2025-04-07T23:11:22.925Z (6 months ago)
- Topics: authentication, middleware, moonlight, moonlight-client, moonlight-proxy, nvidia, proxy, shield
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nvsap
NVIDIA's SHIELD service requires users to pair devices by filling out a randomly generated PIN in a textfield prompt.

To ease pairing with new remote devices, this software serves as lighweight HTTP server capable of populating a PIN on demand remotely by accepting GET requests on `http://+:47980/auth/1234` where `1234` is a 4 digit PIN. Upon receiving a GET request, the software checks for an existing SHIELD auth prompt, populates the PIN, clicks the `Connect` button and responds with `true` or `false` depending on the success of the operations. Currently there is no way of validating pairing requests and it is expected that a client attempting to pair will receive a pairing status response from the SHIELD server.
