Skip to content

Social Login Flow #91

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

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f8b09ca
Iframe access fix for social logins
abhishek-01k Mar 24, 2025
5c3145e
rm: package-lock - use yarn
Aman035 Mar 27, 2025
eb84efa
add: devnet, prettier changes
Aman035 Mar 27, 2025
481d2b5
add: push wallet changes
Aman035 Mar 27, 2025
b88465f
change hex fn
Aman035 Mar 27, 2025
cc9027f
Fixed changes to handle the new push wallet format
abhishek-01k Mar 31, 2025
27b3805
fix: get call
Aman035 Mar 31, 2025
36ab457
fix: sdk call
Aman035 Apr 1, 2025
ad2538e
Fixed the chain not found error
abhishek-01k Apr 2, 2025
0d5315e
Pulled iframe-fix for social-login
abhishek-01k Apr 3, 2025
6dc4900
Merge pull request #81 from push-protocol/change-push-address
abhishek-01k Apr 3, 2025
6b16521
Fixed css for otp page
abhishek-01k Apr 8, 2025
32dec64
Removed Push CHain Package and added devnet package
abhishek-01k Apr 14, 2025
14697ad
Removed push chain package from activities tab
abhishek-01k Apr 14, 2025
77682d9
Removed push chain package
abhishek-01k Apr 15, 2025
0846040
Merge pull request #84 from push-protocol/updated-push-chain-package-…
abhishek-01k Apr 15, 2025
0ae3797
Updated deployment script
abhishek-01k Apr 15, 2025
6c96841
Fixed the ui fixes related to chain
abhishek-01k Apr 17, 2025
df6a962
Fixed solana logo
abhishek-01k Apr 17, 2025
ad29ce9
Fixed the otp field in the email flow
abhishek-01k Apr 21, 2025
5cf51c5
Merge branch 'fixed-otp-css' of https://github.com/push-protocol/push…
abhishek-01k Apr 21, 2025
918cdb9
Fixed the email login flow in iframe
abhishek-01k Apr 23, 2025
99b3196
Merge pull request #86 from push-protocol/UI-fixes-related-to-chain
abhishek-01k Apr 23, 2025
f752162
Changes made to support shard 3 support to new backend changes
abhishek-01k Apr 23, 2025
ef4e34a
Merge pull request #88 from push-protocol/email-login-flow-in-iframe
abhishek-01k Apr 23, 2025
b888e92
Fixed the shard1 and shard3 storage
abhishek-01k Apr 24, 2025
c23a475
Fixed the change
abhishek-01k Apr 24, 2025
befb127
Merge pull request #89 from push-protocol/shard-3-new-backend-changes
abhishek-01k Apr 25, 2025
c39f788
Fixed the email flow minor change
abhishek-01k Apr 25, 2025
62ffce9
Fixed the passkey implementation to use the new backend
abhishek-01k Apr 28, 2025
ffee75c
Merge pull request #93 from push-protocol/fixed-passkey-flow-for-new-…
abhishek-01k Apr 30, 2025
4ce3210
Fixed the push logo in app connections
abhishek-01k Apr 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VITE_APP_ENV=YOUR_APP_ENV ( local, dev, staging, prod )
VITE_APP_DYNAMIC_ENV_ID=YOUR_DYNAMIC_ENV_ID
VITE_APP_BACKEND_URL=http://localhost:3000
VITE_DEV_MODE="localhost"
VITE_DEV_MODE="localhost"
VITE_APP_RPC_URL=YOUR_RPC_URL
Loading