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
In our application this less than ideal as we need to do some additional loading alongside our user and now we're forced to maintain that logic in 2 separate parts of the app.
Would you be open to a PR that made this function optionally configurable or overrideable?
The text was updated successfully, but these errors were encountered:
Right now ExOauth2Provider relies on
preload/2
to load the owner from the access token: https://github.com/danschultzer/ex_oauth2_provider/blob/master/lib/ex_oauth2_provider.ex#L92-L98In our application this less than ideal as we need to do some additional loading alongside our user and now we're forced to maintain that logic in 2 separate parts of the app.
Would you be open to a PR that made this function optionally configurable or overrideable?
The text was updated successfully, but these errors were encountered: