Diego81 / omnicontacts

A generalized Rack middleware for importing contacts from major email providers.
477 stars 230 forks source link

Params from the initial request are passed through to callback #156

Closed kbravi closed 8 years ago

kbravi commented 8 years ago

On success: The params from the request are stored in the environment env['omnicontacts.params'] On failure: The params are in the failure URL. Use case: To persist useful context about the request made from different parts of the app.