Daniel Neighman

Results 21 comments of Daniel Neighman

@tony612 was about to start a pr to implement this also. Having options/extensions available in generated code is very useful for lots of different projects that I work on. We've...

Hey @josevalim Fair. Is there anyway that we can setup a pool for them? Tbh I'm a little confused about how the flow works. I have a large number of...

Thankyou! So just so I'm clear this would work out? ``` def start_link(_opts) do Broadway.start_link(__MODULE__, name: __MODULE__, producer: [ module: { BroadwayRabbitMQ.Producer, queue: MainApp.Amqp.Queues.transformed_queue(), connection: connection_options(), qos: [ prefetch_count: 100,...

Hey @britton-jb The new version allows multiple modules to be configured. As part of that, each module specifies a `token_module`. This module is setup as a behaviour (see `Guardian.Token`) So...

Nice! Do you think this is something that should go into Ueberauth and be available to all the OAuth 2 strategies?

Hey folks. Sorry this issue has dragged on for a bit. I'd like to get it tidied up. I'm not sure I'm following the approach here now I look back...

Yup, I'm down to write some docs. I'll try and make time this week during the evenings. @mjackson if you have ideas on what and how you would like it...

hey @Lazarus404. The `ueberauth_identity` library doesn't require the request part and just accepts the direct post. There shouldn't be a reason that you need to run the callback directly. Is...

hey @praneybehl. I'd love to do a walk through on it. Time is not my friend I'm afraid. I've tried to comment a lot in the code. I think comments...