You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The session creation process is currently inefficient and tedious. There are duplicate database calls (e.g. for resource and authorization data) because it is impractical to retrieve the data from a list of session builder tuples.
Describe the solution you'd like
Store the builder data in a dict or make the session adapter work like an upsertor.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: