solana-auth icon indicating copy to clipboard operation
solana-auth copied to clipboard

Sign-in with Solana wallet, with server+client side authentication and persistent sessions

Results 6 solana-auth issues
Sort by recently updated
recently updated
newest added

Attempts to fixes #42 # Changes 1. Adding tsc-esm to `@crossmint/solana-auth-base` to compile typescript to esm 2. Moving all files to a flat directory structure - This was done because...

As far as I understand, ESM (at least in Next.js) doesn't support the "importing a folder implicitly means importing its index.js" feature. I get this error, when running the example...

# Changes 1. Updating the target to es2019 2. Updating the example app to use `next-transpile-modules` 3. Updating the package.json dependencies of each package 4. Moved react component files from...

Keywords: "server sign" "website sign, backend verify" " solana sign in" / "log in"

We're looking to implement Solana sign-in for our project. We need a client-side Javascript library + a server side nodejs library that implement sign-in with Solana, and use Firebase Auth...