Metadata-Version: 2.4
Name: gosce-fastapi-auth-token-service
Version: 0.1.0
Summary: Hash passwords with bcrypt and issue/verify JWT session tokens.
Author: Rawson Consulting B.V.
License: MIT
Project-URL: Homepage, https://bcrypt-python-jose-1b8dd0.getvda.ai
Project-URL: Portfolio, https://agents.getvda.ai/agents
Keywords: mcp,a2a,ai-agent,fastapi-auth-token-service,getvda
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# gosce-fastapi-auth-token-service

Hash passwords with bcrypt and issue/verify JWT session tokens.

Thin client for the **FastAPI Auth Token Service** remote agent on [getvda.ai](https://bcrypt-python-jose-1b8dd0.getvda.ai) — speaks open **MCP** (streamable-http) and **A2A**. Discovery is free; execution is metered via Nevermined x402.

```python
import gosce_fastapi_auth_token_service
print(gosce_fastapi_auth_token_service.MCP_ENDPOINT)  # https://bcrypt-python-jose-1b8dd0.getvda.ai/mcp
```

- MCP: `https://bcrypt-python-jose-1b8dd0.getvda.ai/mcp`
- A2A: `https://bcrypt-python-jose-1b8dd0.getvda.ai/a2a`
- Home: https://bcrypt-python-jose-1b8dd0.getvda.ai
- Portfolio: https://agents.getvda.ai/agents
