Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add methods to request access token synchronous #5

Conversation

nisrulz
Copy link
Owner

@nisrulz nisrulz commented Feb 26, 2024

@nisrulz nisrulz merged commit 557f284 into nisrulz:update/sdk-to-support-jitpack Feb 26, 2024
nisrulz added a commit that referenced this pull request Mar 20, 2025
nisrulz added a commit that referenced this pull request Mar 20, 2025
* upgrade gradle wrapper to v8.6

* add jitpack config

* updated versions and cleanup build.gradle

* Idtoken time skew (#3)

* Skip issue time validation or change the allowed time skew

Allows to completely disable ID tokens issue time validation, or change the default of 10 minutes to a custom allowed time skew in seconds.

* Update documentation to change the allowed id token time skew

---------

Co-authored-by: Tim Klingeleers <[email protected]>

* Fix NullPointerException for issuer without scheme in id token (#4)

Uri.getScheme() may return null if no scheme is contained in the given
string. This could cause a crash during id token validation when this
was the case for the contained "iss" claim.

Co-authored-by: Florian Märkl <[email protected]>

* Add methods to request access token synchronous (#5)

Co-authored-by: Luca Figoli <[email protected]>

* fix configHash in app configuration (#6)

Co-authored-by: Maksim <[email protected]>

* fix the build

* cleanup

* add link to Jitpack for install details

* updated agp version

* upgraded gradle wrapper

---------

Co-authored-by: Tim Klingeleers <[email protected]>
Co-authored-by: Florian Märkl <[email protected]>
Co-authored-by: Luca Figoli <[email protected]>
Co-authored-by: Maksim <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant