Oauth States¶
oauth_states
¶
SQLAlchemy OAuth state adapter implementation.
Provides database operations for OAuth state token storage using SQLAlchemy/SQLModel.
Classes¶
SQLAlchemyOAuthStateAdapter
¶
Bases: OAuthStateAdapter
SQLAlchemy implementation of OAuthStateAdapter.