dmfs / oauth2-essentials

An OAuth2 client implementation based on http-client-essentials.
Apache License 2.0
86 stars 21 forks source link

Support URI redirect uris. #68

Closed dmfs closed 5 years ago

dmfs commented 5 years ago

In the past redirect URIs were provided as java.net.URI values. A few commits back we switched to org.dmfs.rfc3986.Uri. However, for convenience (and backwards compatibility) it would be good to provide the old constructor as a secondary constructor.