sips icon indicating copy to clipboard operation
sips copied to clipboard

Sign-in with stacks

Open friedger opened this issue 3 years ago • 3 comments

This PR defines a standard for message used for sign-in with stacks (#69)

It is mainly inspired by EIP-4361.

The standard requires the following limits that can be discussed:

  • URLs are limited to 80 ascii characters so that they can be shown on a normal screen.
  • 10 resources can be added to the message.

friedger avatar May 18 '22 10:05 friedger

I'd love to see this revived. Has anyone built any implementations of this?

obycode avatar Apr 07 '25 13:04 obycode

@obycode I have a working implementation for Sigle, if you are interested in using it I can publish it on npm. Can extract it to a smaller repo and publish it there https://github.com/sigle/sigle/tree/main/packages/sign-in-with-stacks

pradel avatar Apr 08 '25 09:04 pradel

Published it as a separate package on npm npm i sign-in-with-stacks and github at https://github.com/pradel/sign-in-with-stacks for anyone to use!

pradel avatar Jun 13 '25 17:06 pradel