near / fast-auth-signer

https://fast-auth-signer.vercel.app
MIT License
29 stars 8 forks source link

Initial implementation of fast-near on fetchAccountIds #214

Closed hcho112 closed 2 months ago

hcho112 commented 3 months ago

This PR contains implementation for introducing fastnear on mainnet only.

As per issue, unfortunately it is currently supporting mainnet environment only.

Currently some of accounts on near.org fail to login due to issue on kitwallet. This PR will resolve authentication issues on mainnet/near.org.

I have tested following on Chrome browser: Mainnet:

  1. Authenticate with existing account (success)
  2. Create new account (success)
  3. Authenticate with account created above (success)

Testnet: Same flow, however confirmed that logic implemented on PR is not executed as per design.

vercel[bot] commented 3 months ago

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 Apr 4, 2024 2:15am
hcho112 commented 2 months ago

Closing this PR due to https://github.com/near/fast-auth-signer/pull/216