Skip to content

Commit 3b1b710

Browse files
authored
docs: readme updates (#27)
1 parent a418e2a commit 3b1b710

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ AuthKit is a pre-built, embeddable authentication UI that makes it easy for your
99
Fully compatible with popular frameworks such as React, Next.js, Vue, Svelte, and more.
1010

1111
**Full documentation**: https://docs.picaos.com/authkit
12+
1213
**Setup guide**: https://docs.picaos.com/authkit/setup
14+
1315
**Manage AuthKit**: https://docs.picaos.com/authkit/management
1416

15-
**Demo project**: https://github.com/picahq/authkit-demo
17+
**Demo app**: https://github.com/picahq/authkit-demo
1618

1719
## Install
1820

@@ -50,8 +52,8 @@ const { open } = useAuthKit({
5052

5153
To enable AuthKit connections, set up a backend endpoint that securely generates an AuthKit token for each authenticated user. For setup details and example code in multiple languages, see the [Backend Setup Guide](https://docs.picaos.com/authkit/setup#backend-setup).
5254

53-
**TypeScript**: https://npmjs.com/package/@picahq/authkit-token
54-
**Python**: https://pypi.org/project/authkit-token
55+
- **TypeScript**: https://npmjs.com/package/@picahq/authkit-token
56+
- **Python**: https://pypi.org/project/authkit-token
5557

5658
## Diagram
5759

0 commit comments

Comments
 (0)