Metadata-Version: 2.4
Name: gosce-auth-token-service
Version: 0.1.7
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-d0e0d0.getvda.ai
Project-URL: Portfolio, https://getvda.ai/agents
Keywords: mcp,a2a,ai-agent,auth-token-service,getvda
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# gosce-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-d0e0d0.getvda.ai) — speaks open **MCP** (streamable-http) and **A2A**. Discovery is free; execution is metered via Nevermined x402.

```python
import gosce_auth_token_service
print(gosce_auth_token_service.MCP_ENDPOINT)  # https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp
```

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