Closed alvincrespo closed 6 years ago
@doomspork Curious what your thoughts are here?
PS. Not sure if you're the person to ping here, if not please point me in the right direction.
I moved this to the slack strategy so that it's easier to read - I think this is the place it probably belonged first.
Sorry for the delays @alvincrespo, I've been away. For future reference, there is a @ueberauth/developers team you can ping 😁
@doomspork Thanks for the review! @ueberauth/developers Ready for another round of review.
Ah, looks like I don't have access to use @ueberauth/developers handle.
@doomspork Just wanted to see if there was anything I could do to move this forward?
Thank you @alvincrespo 👍
I will cut ueberauth/guardian releases later this week. In the meantime you can point to master:
{:ueberauth_slack, github: "ueberauth/ueberauth_slack"}
@doomspork w00t! Thanks for your help 😄
I'm currently using this lib in a JSON based API. The single page app (SPA) set's a
redirect_uri
that is a route to the SPA instead of the API so that the UI can do some other requests. This library currently assumes theredirect_uri
is relative to the SPA, which doesn't fit my current use case.The change here is to allow the developer to specify this redirect_uri from a config Keyword list.
Changes
Ueberauth
configQuestion
config :ueberauth, Ueberauth.Strategy.Slack.OAuth
orconfig :ueberauth, Ueberauth
?