Closed jeremygottfried closed 1 year ago
LGTM!
Here's a gist to test it locally. Confirmed it is working as expected with the current updates: https://gist.github.com/theycallmeswift/d8a8a22f95dd5d35f03661b19665e0d3
Here's a gist to test it locally. Confirmed it is working as expected with the current updates: https://gist.github.com/theycallmeswift/d8a8a22f95dd5d35f03661b19665e0d3
@theycallmeswift I tried your gist with ruby 3.0.5, and it seems to return the correct redirect_uri in the url query params, but it says "not valid" on the view so I'm not sure which I'm supposed to pay attention to.
@theycallmeswift ok looks like ruby v3.0.5 is working with the gist. I'm bumping gem version to 1.0.0
Changes:
authorize_path
renamed toauthorize_url
token_path
renamed totoken_url
/
from relative urls automatically handled by oauth2