File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @authlocal/authlocal" ,
3
3
"version" : " 0.2.0-8" ,
4
- "description" : " User-sovereign auth for everybody " ,
4
+ "description" : " User-sovereign Logins For All " ,
5
5
"main" : " x/index.js" ,
6
6
"type" : " module" ,
7
7
"files" : [
Original file line number Diff line number Diff line change 1
1
2
2
![ Authlocal.org] ( https://i.imgur.com/CTC0x4q.png )
3
3
4
- # 🛡️ [ Authlocal.org] ( https://authlocal.org/ ) – user -sovereign logins for all
4
+ # 🛡️ [ Authlocal.org] ( https://authlocal.org/ ) – User -sovereign Logins For All
5
5
6
6
[ Authlocal.org] ( https://authlocal.org/ ) is an app where users can create and manage digital login passports.
7
7
@@ -131,7 +131,7 @@ Try out the login button at the [Federated Test Page](https://authlocal.org/fede
131
131
132
132
### Understanding the Authlocal flow and tokens
133
133
134
- ![ ] ( https://i.imgur.com/18xwaeU .png )
134
+ ![ ] ( https://i.imgur.com/w7P0cqy .png )
135
135
136
136
- When a user on your app clicks to login, this opens an Authlocal.org popup for them to login.
137
137
- The authlocal signs some tokens with your user's passport keypair, and sends them back to your application.
Original file line number Diff line number Diff line change @@ -43,10 +43,9 @@ export default template(async basic => {
43
43
< auth-manager > </ auth-manager >
44
44
45
45
< footer >
46
- < p > < strong > < em > Own your identity.</ em > </ strong > </ p >
47
- < p > No emails, no passwords, no databases.</ p >
48
46
< p > User-sovereign, privacy-focused, open-source.</ p >
49
- < p > See < a href ="https://github.com/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 ="https://github.com/authlocal/authlocal " target =_blank > GitHub</ a > .</ p >
50
49
< auth-safe-storage > </ auth-safe-storage >
51
50
</ footer >
52
51
` ,
You can’t perform that action at this time.
0 commit comments