Skip to content

Instantly share code, notes, and snippets.

@ricardocuellar
Created September 27, 2025 15:12
Show Gist options
  • Select an option

  • Save ricardocuellar/b2f078f9bf9eaffae977e75086b2cc99 to your computer and use it in GitHub Desktop.

Select an option

Save ricardocuellar/b2f078f9bf9eaffae977e75086b2cc99 to your computer and use it in GitHub Desktop.
FaskeUser sección 8 - FastAPI
FAKE_USERS = {
"[email protected]": {"email": "[email protected]", "username": "ricardo", "password": "secret123"},
"[email protected]": {"email": "[email protected]", "username": "alumno", "password": "123456"},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment