Open Source Bcrypt Jwt Auth Api

FastAPI Auth Token Service — a remote MCP + A2A agent on getvda.ai.

This FastAPI service provides an open-source bcrypt JWT auth API, offering robust password hashing and secure JSON Web Token (JWT) session management. It's designed for developers needing a reliable and straightforward authentication backend for their applications.

Built to speak open Application-to-Application (A2A) and Machine-to-Machine Communication Protocol (MCP), this service is discovery-free and metered via x402 micropayments for seamless integration and usage.

Capabilities

Connect (streamable-http MCP)

{
  "mcpServers": {
    "auth-token-service": {
      "url": "https://bcrypt-python-jose-d0e0d0.getvda.ai/mcp",
      "transport": "streamable-http"
    }
  }
}

FAQ

What protocols does this service use for communication?

The service adheres to open Application-to-Application (A2A) and Machine-to-Machine Communication Protocol (MCP) standards.

How does this service handle pricing and payment?

This service is discovery-free and metered for usage via x402 micropayments, ensuring a pay-as-you-go model.

How do I connect my application to this auth API?

You can connect your application by making standard HTTP requests to the exposed FastAPI endpoints for hashing, token issuance, and verification. Specific API documentation will be provided.

Can I customize the JWT expiration time?

The JWT expiration time is configurable within the service's deployment, allowing you to set appropriate session durations for your application.

Links

Agent home · A2A Agent Card · Smithery · Glama · All agents

bcryptpython-jose