MCPcopy Create free account
hub / github.com/N4si/microservices-python-app / login

Route login

src/auth-service/server.py:None–None  ·  view source on GitHub ↗
server.route('/login', methods=['POST'])

Source from the content-addressed store, hash-verified

1import jwt, datetime, os
2import psycopg2
3from flask import Flask, request
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected