Spaces:
Sleeping
Sleeping
apple muncy commited on
Commit ·
c6a5c44
1
Parent(s): 259f72f
add more formatting
Browse filesSigned-off-by: apple muncy <apple@dell-deb-12-5.local>
README.md
CHANGED
|
@@ -9,13 +9,14 @@ license: apache-2.0
|
|
| 9 |
short_description: simple Auth Server
|
| 10 |
app_port: 7860
|
| 11 |
---
|
| 12 |
-
#This Oauth server is the code found at
|
| 13 |
[modelcontextprotocol /
|
| 14 |
python-sdk]( https://github.com/modelcontextprotocol/python-sdk/tree/main/examples/servers/simple-auth/mcp_simple_auth) with changes made to run in a Huggingface Space as an simple free standing MCP Oauth Server.
|
| 15 |
|
| 16 |
-
Check out https://auth0.com/ for a next step.
|
| 17 |
|
| 18 |
The code was originally written to run with client, resource server, and auth server all on a single machine.
|
|
|
|
| 19 |
**To run this in your own HF Space**
|
| 20 |
# Duplicate this space
|
| 21 |
## Add 3 secrets to the space
|
|
|
|
| 9 |
short_description: simple Auth Server
|
| 10 |
app_port: 7860
|
| 11 |
---
|
| 12 |
+
# This Oauth server is the code found at
|
| 13 |
[modelcontextprotocol /
|
| 14 |
python-sdk]( https://github.com/modelcontextprotocol/python-sdk/tree/main/examples/servers/simple-auth/mcp_simple_auth) with changes made to run in a Huggingface Space as an simple free standing MCP Oauth Server.
|
| 15 |
|
| 16 |
+
Check out [AuthO]( https://auth0.com/) for a next step.
|
| 17 |
|
| 18 |
The code was originally written to run with client, resource server, and auth server all on a single machine.
|
| 19 |
+
|
| 20 |
**To run this in your own HF Space**
|
| 21 |
# Duplicate this space
|
| 22 |
## Add 3 secrets to the space
|