-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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 FanTV as Zklogin OIDC provider onboarding #19334
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
crates/sui/src/keytool.rs
Outdated
&eph_pk_bytes, | ||
max_epoch, | ||
"r24bskxyafwwua68et2wmuqeyoa.apps.fantv.world", | ||
"https://fantv-apis.fantiger.com/v1/oauth2/redirect", |
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.
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.
feel free to skip the changes in this file (as whats marked in fastcrypto this is throwing error anyway: https://github.com/MystenLabs/fastcrypto/pull/830/files#diff-81897258a805c29ef8b0319ad0aced2aa3ecef7f654c2489535abb8640ec290dR90)
this was useful for testing in cli, but no need now since you can build frontend for this.
a8ee8d3
to
b3f7f33
Compare
0926d64
to
0b56ceb
Compare
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: - [ ] REST API: --------- Co-authored-by: Joy Wang <108701016+joyqvq@users.noreply.github.com>
Description
Describe the changes or additions included in this PR.
Test plan
pulling jwk ok on localnet
logs:
Release notes
Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.
For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.