LIT-Protocol / developer-guides-code

A repository of code examples and reference implementations used for Lit Developer Guides
9 stars 6 forks source link

feat(custom-auth): add developer guide #13

Closed Ansonhkg closed 5 months ago

Ansonhkg commented 5 months ago

Demo

https://lit-custom-auth-developer-guide.vercel.app/

Here's an example on how to create a steps config: https://github.com/LIT-Protocol/developer-guides-code/blob/66b26c0ec211ea4251ee38387f4720842a6f361e/custom-auth/browser/src/index.ts#L360-L459

What

A step by step interactive guide on how to use custom auth to generate session sigs

image