nwunderly / starlette-discord

"Login with Discord" support for Starlette and FastAPI
https://starlette-discord.rtfd.io
MIT License
32 stars 11 forks source link

Migrate data classes to Pydantic-based models #19

Open nwunderly opened 2 years ago

nwunderly commented 2 years ago

We want to make our data classes in models.py compatible with Pydantic in order to facilitate better interoperability with API and database use cases.

What would need to be done:

Happy Hacktoberfest! :smile: