Skip to content

Tags: dmfs/oauth2-essentials

Tags

0.22.1

Toggle 0.22.1's commit message

0.22.0

Toggle 0.22.0's commit message

0.21.0

Toggle 0.21.0's commit message

0.20.0

Toggle 0.20.0's commit message

0.19.0

Toggle 0.19.0's commit message

0.18.0

Toggle 0.18.0's commit message
Switch to gitVersion and semantic versioning, closes #86 closes #87

Also add Jacoco Plugin to generate code coverage files.

0.17.0

Toggle 0.17.0's commit message
Fix previous attempt of supporting no rdirect URL, implements #71

0.17

Toggle 0.17's commit message
Fix previous attempt of supporting no rdirect URL, implements #71

0.16

Toggle 0.16's commit message
Evaluate redirect URI lazily, implements #69

Evaluating the redirect URI of BasicOAuth2Client lazily allows passing `null`without breaking non-interactive grant types.

0.15

Toggle 0.15's commit message
Support URI redirect uris.

In the past redirect URIs we preovides 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.