r0man / oauth-clj

Clojure OAuth library
95 stars 27 forks source link

Add oauth-authorize-url function #26

Closed cammellos closed 8 years ago

cammellos commented 8 years ago

Hi,

we need to access the oauth authorization URL as we are opening the login page in a pop up and browse-url is opening it in a new tab.

I have extracted the function so that it can be called independently. I have not added any test for it as it's implicitly tested by test-oauth-authorize, but I am happy to add some if you feel necessary.

Feel free to merge if it's of any use and thanks a lot for the library! cheers

r0man commented 8 years ago

@cammellos Thanks, merged.