r0man / oauth-clj

Clojure OAuth library
95 stars 27 forks source link

Update V2 to fix error #35

Closed evanpeterjones closed 2 years ago

evanpeterjones commented 2 years ago

This was throwing an exception when trying to pass in any options––I created the error with {:response-type "code"}

It looks like it was not destructuring the parameter properly. There might be a more elegant way of fixing the error but this resolved it and shouldn't cause subsequent problems

evanpeterjones commented 2 years ago

Can ignore, I'd opened this preemptively.