keratin / authn-js

JavaScript client library for Keratin AuthN
GNU Lesser General Public License v3.0
45 stars 20 forks source link

add method to get beginOAuthUrl #66

Closed cornerman closed 9 months ago

cornerman commented 10 months ago

This just returns the base url. We could also expect a redirectUri as a another parameter, encode it and add it as query parameter directly here.

Edit: Just added the mandatory redirect_uri parameter.