Andrew Marcus
Andrew Marcus
https://testdriven.io/blog/fastapi-sqlmodel/ The author is using SQLAlchemy's async engine and session rather than SQLModel's to execute the queries; hence `session.execute()` rather than `session.exec()`. Consequently you lose some of the mypy typing...
Potential solution: If the ID Site ignores request parameters when determining whether a valid AuthorizedCallbackURI was specified, then it should be possible to update line 19 of `lib/controllers/id-site-redirect.js` from: ```...
Thanks @mdeggies. As a followup, this same issue appears to be the case for logout as well.