Mark R. James

Results 27 comments of Mark R. James

Some providers require the redirect URL sent in the request and callback phases to exactly match, while some apps require application state parameters to be added as query parameters to...

Joel, since this problem/solution is applicable to all oauth2 providers, it would be more efficient for the url change to be part of this omniauth-oauth2 gem rather than in your...

I've now come across a provider that requires redirect URLs to exactly match one in the registered list. This prevents app parameters being sent through the redirect query string. I...

The problem with ads is not only that they are often intrusive because they're out of context, their _sine qua non_ is that they don't tell the whole truth. My...

JD557: DevWheels is the sort of licence you've described in your post. The key is that if you're going to allow forkability, to be fair you have to compensate not...

tedivm: If you don't make your living through your open software, do you make a living through either closed or partially-closed products? Open software _should_ have a business model so...

Without a callback like `access_token_was_refreshed` that allows the database hash to be updated with the new access token and expiry time, won't any request after the initial auth token expires...

Yes, I'm not keen to add a JUnit dependency just for `assertThrows`, especially since I'm making my Jar distribution self-test when run, so the testing frameworks are inside it. I'm...

`render_without_remotipart` works in Firefox, but not Chrome. A normal remotipart render with the Remotipart code changed to always escape, as described by Andrey, seems to work on both browsers.

[Rafael](https://github.com/rafaelfranca), I'm just finding that the prompt persists even when a boolean option has been selected and saved. I expected the prompt to disappear as it's no longer needed because...