Skip to content

Commit bae7e1f

Browse files
committed
tweak: readme tagline and diagram
1 parent fd929e9 commit bae7e1f

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@authlocal/authlocal",
33
"version": "0.2.0-8",
4-
"description": "User-sovereign auth for everybody",
4+
"description": "User-sovereign Logins For All",
55
"main": "x/index.js",
66
"type": "module",
77
"files": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
![Authlocal.org](https://i.imgur.com/CTC0x4q.png)
33

4-
# 🛡️ [Authlocal.org](https://authlocal.org/)user-sovereign logins for all
4+
# 🛡️ [Authlocal.org](https://authlocal.org/)User-sovereign Logins For All
55

66
[Authlocal.org](https://authlocal.org/) is an app where users can create and manage digital login passports.
77

@@ -131,7 +131,7 @@ Try out the login button at the [Federated Test Page](https://authlocal.org/fede
131131

132132
### Understanding the Authlocal flow and tokens
133133

134-
![](https://i.imgur.com/18xwaeU.png)
134+
![](https://i.imgur.com/w7P0cqy.png)
135135

136136
- When a user on your app clicks to login, this opens an Authlocal.org popup for them to login.
137137
- The authlocal signs some tokens with your user's passport keypair, and sends them back to your application.

s/index.html.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ export default template(async basic => {
4343
<auth-manager></auth-manager>
4444
4545
<footer>
46-
<p><strong><em>Own your identity.</em></strong></p>
47-
<p>No emails, no passwords, no databases.</p>
4846
<p>User-sovereign, privacy-focused, open-source.</p>
49-
<p>See <a href="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/authlocal/authlocal" target=_blank>Authlocal on GitHub</a> to learn more.</p>
47+
<p>No emails, no passwords, no databases.</p>
48+
<p>Learn more on <a href="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/authlocal/authlocal" target=_blank>GitHub</a>.</p>
5049
<auth-safe-storage></auth-safe-storage>
5150
</footer>
5251
`,

0 commit comments

Comments
 (0)