fast-auth-signer icon indicating copy to clipboard operation
fast-auth-signer copied to clipboard

Results 83 fast-auth-signer issues
Sort by recently updated
recently updated
newest added

### Description When trying to login to near.org, the authentication is being rejected by Firebase. ![image](https://github.com/near/fast-auth-signer/assets/27140333/337272aa-c6f1-4366-bba5-1cd3120f7f1e) I'm being advised this is a 'local storage' issue and if it is, you've...

Emerging Tech
Near BOS

We're facing challenges with nonce conflicts in our BTC transaction signing process due to simultaneous transactions on the NEAR blockchain. Currently, we've shifted to sequential chain signature requests to avoid...

- Remove AddDevice screen and move it's logic to the Login screen. - Add Spinner for loading state - Add forms validation on Login and CreateAccount screens - Centralize send...

### Description - [ ] Deploy to vercel - [ ] Hardcode an account with a FAK locally first to get it working with `signMultichain` then in future use fastauth...

Emerging Tech
Near BOS

Currently the dApp and fast-auth-signer code for multi-chain it's implemented. But the integration between them it's missing The goal of this ticket it's implement this integration

The email parameter in the URL is being double-encoded on line 57 of Login.tsx (https://github.com/near/fast-auth-signer/blob/d7fb38aa8bfad5cb2528dc38641da2206e73258b/packages/near-fast-auth-signer/src/components/Login/Login.tsx#L57). A previous fix by @hcho112 to handle special characters in emails like "[[email protected]](mailto:[email protected])" introduced this...