-
Notifications
You must be signed in to change notification settings - Fork 116
feat: TokenSource implementation #769
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
Conversation
🦋 Changeset detectedLatest commit: e1c9f81 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
livekit-android-sdk/src/main/java/io/livekit/android/token/CachingTokenSource.kt
Show resolved
Hide resolved
livekit-android-sdk/src/main/java/io/livekit/android/token/TokenSource.kt
Outdated
Show resolved
Hide resolved
pblazej
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like the similarities between Swift and Kotlin (as both diverged from web, unfortunately), let's make sure we align them perfectly.
livekit-android-sdk/src/main/java/io/livekit/android/token/TokenSource.kt
Outdated
Show resolved
Hide resolved
livekit-android-sdk/src/main/java/io/livekit/android/token/TokenSource.kt
Show resolved
Hide resolved
livekit-android-sdk/src/main/java/io/livekit/android/token/JWTPayload.kt
Outdated
Show resolved
Hide resolved
livekit-android-sdk/src/main/java/io/livekit/android/token/EndpointTokenSource.kt
Show resolved
Hide resolved
e610079 to
07e88e1
Compare
Incarnation of: - livekit/client-sdk-js#1645 🌏 - livekit/client-sdk-android#769 🤖 Key differences: - Mostly leverages Swift-native approach (protocols + default impl) - Caching is opt-in wrapper (which could be extended to Keychain tho)
No description provided.