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

Disable auto delete lak, decoupling FAK, LAK on firestore, improvements on Devices page #73

Merged
merged 5 commits into from Oct 5, 2023

Conversation

hcho112
Copy link
Collaborator

@hcho112 hcho112 commented Oct 4, 2023

This PR contains following changes:

  1. Undo auto delete LAK logic that existed before
  2. New update on handling FAK and LAK on firestore. Now each collection represents only one key. Added more details on each collection to make the Devices page for informative
  3. UI/UX improvements on Devices page:
Greenshot 2023-10-04 16 48 03

@hcho112 hcho112 requested a review from esaminu October 4, 2023 04:03
@esaminu esaminu force-pushed the main branch 2 times, most recently from 8b0b228 to 242a52f Compare October 4, 2023 19:09
@@ -180,6 +180,7 @@ function SignInPage() {
const public_key = decodeIfTruthy(searchParams.get('public_key'));
const contract_id = decodeIfTruthy(searchParams.get('contract_id'));
const methodNames = decodeIfTruthy(searchParams.get('methodNames'));
const gateway = decodeIfTruthy(searchParams.get('gateway'));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gateway should be inferred from success_url. IMO we can use the domain name here

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually good idea!, will make update shortly

@esaminu esaminu force-pushed the main branch 2 times, most recently from 4ff83ef to 3de0272 Compare October 4, 2023 19:44
@hcho112
Copy link
Collaborator Author

hcho112 commented Oct 5, 2023

Rebased and updated with change request

@hcho112 hcho112 requested a review from esaminu October 5, 2023 01:50
@vercel
Copy link

vercel bot commented Oct 5, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fast-auth-signer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 5, 2023 10:11pm

esaminu
esaminu previously approved these changes Oct 5, 2023
Copy link
Collaborator

@esaminu esaminu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@esaminu esaminu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hcho112 hcho112 merged commit 6d14279 into main Oct 5, 2023
2 checks passed
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.

None yet

2 participants