1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#1817
+user: Proxies\__CG__\App\Entity\User {#1894 …}
+magazine: App\Entity\Magazine {#288
+icon: Proxies\__CG__\App\Entity\Image {#269 …}
+name: "asklemmy@lemmy.world"
+title: "asklemmy"
+description: """
A Fediverse community for open-ended, thought provoking questions\n
-----------------------------------------------------------------\n
\n
---\n
\n
**Rules: (interactive)**\n
------------------------\n
\n
---\n
\n
1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can’t say something nice, don’t say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. [Please familiarize yourself with them](https://legal.lemmy.world/tos/)\n
\n
---\n
\n
2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?\n
\n
---\n
\n
3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.\n
\n
---\n
\n
4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [!asklemmyafterdark@lemmy.world](https://lemmy.world/c/asklemmyafterdark) or [!asklemmynsfw@lemmynsfw.com](https://lemmynsfw.com/c/asklemmynsfw). NSFW comments should be restricted to posts tagged [NSFW].\n
\n
---\n
\n
5) This is not a support community.It is not a place for ‘how do I?’, type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to [Lemmy.world Support](https://lemmy.world/c/support) or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.\n
\n
---\n
\n
Reminder: The [terms of service](https://legal.lemmy.world/tos/) apply here too.\n
\n
Partnered Communities:\n
----------------------\n
\n
[Tech Support](/c/techsupport@lemmy.world)\n
\n
[No Stupid Questions](/c/nostupidquestions@lemmy.world)\n
\n
[You Should Know](/c/youshouldknow@lemmy.world)\n
\n
[Reddit](/c/reddit@lemmy.world)\n
\n
[Jokes](/c/jokes@lemmy.world)\n
\n
[Ask Ouija](/c/askouija@lemmy.world)\n
\n
---\n
\n
Logo design credit goes to: [tubbadu](/u/tubbadu@lemmy.world)\n
\n
---\n
\n

"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1179
+entryCommentCount: 42676
+postCount: 3
+postCommentCount: 67
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583245 {#296
date: 2024-10-22 09:47:25.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#260 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#256 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#245 …}
+entries: Doctrine\ORM\PersistentCollection {#203 …}
+posts: Doctrine\ORM\PersistentCollection {#161 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#223 …}
+bans: Doctrine\ORM\PersistentCollection {#140 …}
+reports: Doctrine\ORM\PersistentCollection {#126 …}
+badges: Doctrine\ORM\PersistentCollection {#104 …}
+logs: Doctrine\ORM\PersistentCollection {#94 …}
+awards: Doctrine\ORM\PersistentCollection {#83 …}
+categories: Doctrine\ORM\PersistentCollection {#70 …}
-id: 49
+apId: "asklemmy@lemmy.world"
+apProfileId: "https://lemmy.world/c/asklemmy"
+apPublicUrl: "https://lemmy.world/c/asklemmy"
+apFollowersUrl: "https://lemmy.world/c/asklemmy/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "asklemmy"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583301 {#297
date: 2024-10-22 09:48:21.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697177027 {#291
date: 2023-10-13 08:03:47.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1882 …}
+slug: "Just-an-idea-to-make-the-Fediverse-better-what-do"
+title: "Just an idea to make the Fediverse better, what do you think about it?"
+url: null
+body: """
I have this proposal for ActivityPub\n
\n
NOTE: This proposal is based on www.w3.org/TR/activitypub/#authorization and [www.w3.org/wiki/…/Authentication_Authorization](https://www.w3.org/wiki/SocialCG/ActivityPub/Authentication_Authorization) consulted on 06 January 2024.\n
\n
- Considering that the entire section on safety considerations is presented as non-normative\n
- Given that "at the time of standardisation there are no strongly agreed mechanisms for authentication. " as per the above reference\n
- Assuming that the ultimate goal is to have a decentralised, persistent and verifiable identity.\n
\n
Premise: The following proposal represents a radical and potentially disruptive change to the current ActivityPub specifications. In particular the following parts:\n
\n
- ActivityPub clients authenticate to a server using OAuth 2.0 bearer tokens.\n
- Related OAuth considerations\n
\n
It is also important to note that the following proposal can coexist with current OAuth authentication.\n
\n
The proposed encryption algorithm (ED25519) can and should be updated in the event of a vulnerability or major upgrade.\n
\n
Suggestion\n
\n
I have no idea how to write a document like this correctly, and I am probably doing it wrong, but my only goal is to stimulate discussion.\n
\n
The proposal is as follows.\n
\n
ActivityPub clients authenticate against a server using ED25519 signatures In general, bearer tokens can be easily replaced by signatures in almost every aspect. Advantages:\n
\n
- Servers don’t need to store anything other than a session token.\n
- Authentication is decentralised and context independent\n
- Your key is your identity: no server breach can expose your data\n
- There are mature libraries like node-forge (for nodeJS and TS) and many others that allow easy implementation of authentication.\n
\n
I have tried to think about possible downsides, but the goal of this post is to stimulate discussion, please keep it respectful, but of course criticism and additions are welcome!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 15
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726879434 {#1853
date: 2024-09-21 02:43:54.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1964 …}
+votes: Doctrine\ORM\PersistentCollection {#1895 …}
+reports: Doctrine\ORM\PersistentCollection {#2419 …}
+favourites: Doctrine\ORM\PersistentCollection {#1388 …}
+notifications: Doctrine\ORM\PersistentCollection {#1375 …}
+badges: Doctrine\ORM\PersistentCollection {#1400 …}
+children: []
-id: 31783
-titleTs: "'better':8 'fedivers':7 'idea':3 'make':5 'think':12"
-bodyTs: "'/authentication_authorization':20 '/tr/activitypub/#authorization':15 '/wiki/':19 '/wiki/socialcg/activitypub/authentication_authorization)':23 '06':26 '2.0':106 '2024':28 'activitypub':6,91,98,180 'addit':282 'advantag':203 'agre':54 'algorithm':131 'allow':250 'almost':200 'also':114 'anyth':210 'aspect':202 'assum':63 'authent':57,100,127,182,216,254 'base':11 'bearer':107,191 'breach':229 'chang':87 'client':99,181 'coexist':123 'consid':29 'consider':36,111 'consult':24 'context':220 'correct':159 'cours':279 'critic':280 'current':90,125 'data':233 'decentralis':72,218 'discuss':174,272 'disrupt':86 'document':156 'downsid':262 'easi':251 'easili':195 'ed25519':132,187 'encrypt':130 'entir':32 'event':140 'everi':201 'expos':231 'follow':79,96,120,179 'forg':241 'general':190 'given':43 'goal':67,170,265 'idea':151 'ident':76,226 'implement':252 'import':115 'independ':221 'januari':27 'keep':274 'key':223 'librari':237 'like':157,238 'major':145 'mani':247 'matur':236 'mechan':55 'need':207 'node':240 'node-forg':239 'nodej':243 'non':41 'non-norm':40 'normat':42 'note':7,117 'oauth':105,110,126 'other':248 'part':97 'particular':94 'per':59 'persist':73 'pleas':273 'possibl':261 'post':268 'potenti':85 'premis':77 'present':38 'probabl':163 'propos':4,9,80,121,129,176 'radic':83 'refer':62 'relat':109 'replac':196 'repres':81 'respect':276 'safeti':35 'section':33 'server':103,185,204,228 'session':214 'signatur':188,198 'specif':92 'standardis':49 'stimul':173,271 'store':209 'strong':53 'suggest':147 'think':259 'time':47 'token':108,192,215 'tri':257 'ts':245 'ultim':66 'updat':137 'upgrad':146 'use':104,186 'verifi':75 'vulner':143 'welcom':284 'write':154 'wrong':166 'www.w3.org':14,18,22 'www.w3.org/tr/activitypub/#authorization':13 'www.w3.org/wiki/':17 'www.w3.org/wiki/socialcg/activitypub/authentication_authorization)':21"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705751387
+visibility: "visible "
+apId: "https://lemmy.world/post/10918621"
+editedAt: DateTimeImmutable @1726820489 {#74
date: 2024-09-20 10:21:29.0 +02:00
}
+createdAt: DateTimeImmutable @1705687887 {#2486
date: 2024-01-19 19:11:27.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#1817
+user: Proxies\__CG__\App\Entity\User {#1894 …}
+magazine: App\Entity\Magazine {#288
+icon: Proxies\__CG__\App\Entity\Image {#269 …}
+name: "asklemmy@lemmy.world"
+title: "asklemmy"
+description: """
A Fediverse community for open-ended, thought provoking questions\n
-----------------------------------------------------------------\n
\n
---\n
\n
**Rules: (interactive)**\n
------------------------\n
\n
---\n
\n
1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can’t say something nice, don’t say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. [Please familiarize yourself with them](https://legal.lemmy.world/tos/)\n
\n
---\n
\n
2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?\n
\n
---\n
\n
3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.\n
\n
---\n
\n
4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [!asklemmyafterdark@lemmy.world](https://lemmy.world/c/asklemmyafterdark) or [!asklemmynsfw@lemmynsfw.com](https://lemmynsfw.com/c/asklemmynsfw). NSFW comments should be restricted to posts tagged [NSFW].\n
\n
---\n
\n
5) This is not a support community.It is not a place for ‘how do I?’, type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to [Lemmy.world Support](https://lemmy.world/c/support) or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.\n
\n
---\n
\n
Reminder: The [terms of service](https://legal.lemmy.world/tos/) apply here too.\n
\n
Partnered Communities:\n
----------------------\n
\n
[Tech Support](/c/techsupport@lemmy.world)\n
\n
[No Stupid Questions](/c/nostupidquestions@lemmy.world)\n
\n
[You Should Know](/c/youshouldknow@lemmy.world)\n
\n
[Reddit](/c/reddit@lemmy.world)\n
\n
[Jokes](/c/jokes@lemmy.world)\n
\n
[Ask Ouija](/c/askouija@lemmy.world)\n
\n
---\n
\n
Logo design credit goes to: [tubbadu](/u/tubbadu@lemmy.world)\n
\n
---\n
\n

"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1179
+entryCommentCount: 42676
+postCount: 3
+postCommentCount: 67
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583245 {#296
date: 2024-10-22 09:47:25.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#260 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#256 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#245 …}
+entries: Doctrine\ORM\PersistentCollection {#203 …}
+posts: Doctrine\ORM\PersistentCollection {#161 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#223 …}
+bans: Doctrine\ORM\PersistentCollection {#140 …}
+reports: Doctrine\ORM\PersistentCollection {#126 …}
+badges: Doctrine\ORM\PersistentCollection {#104 …}
+logs: Doctrine\ORM\PersistentCollection {#94 …}
+awards: Doctrine\ORM\PersistentCollection {#83 …}
+categories: Doctrine\ORM\PersistentCollection {#70 …}
-id: 49
+apId: "asklemmy@lemmy.world"
+apProfileId: "https://lemmy.world/c/asklemmy"
+apPublicUrl: "https://lemmy.world/c/asklemmy"
+apFollowersUrl: "https://lemmy.world/c/asklemmy/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "asklemmy"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583301 {#297
date: 2024-10-22 09:48:21.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697177027 {#291
date: 2023-10-13 08:03:47.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1882 …}
+slug: "Just-an-idea-to-make-the-Fediverse-better-what-do"
+title: "Just an idea to make the Fediverse better, what do you think about it?"
+url: null
+body: """
I have this proposal for ActivityPub\n
\n
NOTE: This proposal is based on www.w3.org/TR/activitypub/#authorization and [www.w3.org/wiki/…/Authentication_Authorization](https://www.w3.org/wiki/SocialCG/ActivityPub/Authentication_Authorization) consulted on 06 January 2024.\n
\n
- Considering that the entire section on safety considerations is presented as non-normative\n
- Given that "at the time of standardisation there are no strongly agreed mechanisms for authentication. " as per the above reference\n
- Assuming that the ultimate goal is to have a decentralised, persistent and verifiable identity.\n
\n
Premise: The following proposal represents a radical and potentially disruptive change to the current ActivityPub specifications. In particular the following parts:\n
\n
- ActivityPub clients authenticate to a server using OAuth 2.0 bearer tokens.\n
- Related OAuth considerations\n
\n
It is also important to note that the following proposal can coexist with current OAuth authentication.\n
\n
The proposed encryption algorithm (ED25519) can and should be updated in the event of a vulnerability or major upgrade.\n
\n
Suggestion\n
\n
I have no idea how to write a document like this correctly, and I am probably doing it wrong, but my only goal is to stimulate discussion.\n
\n
The proposal is as follows.\n
\n
ActivityPub clients authenticate against a server using ED25519 signatures In general, bearer tokens can be easily replaced by signatures in almost every aspect. Advantages:\n
\n
- Servers don’t need to store anything other than a session token.\n
- Authentication is decentralised and context independent\n
- Your key is your identity: no server breach can expose your data\n
- There are mature libraries like node-forge (for nodeJS and TS) and many others that allow easy implementation of authentication.\n
\n
I have tried to think about possible downsides, but the goal of this post is to stimulate discussion, please keep it respectful, but of course criticism and additions are welcome!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 15
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726879434 {#1853
date: 2024-09-21 02:43:54.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1964 …}
+votes: Doctrine\ORM\PersistentCollection {#1895 …}
+reports: Doctrine\ORM\PersistentCollection {#2419 …}
+favourites: Doctrine\ORM\PersistentCollection {#1388 …}
+notifications: Doctrine\ORM\PersistentCollection {#1375 …}
+badges: Doctrine\ORM\PersistentCollection {#1400 …}
+children: []
-id: 31783
-titleTs: "'better':8 'fedivers':7 'idea':3 'make':5 'think':12"
-bodyTs: "'/authentication_authorization':20 '/tr/activitypub/#authorization':15 '/wiki/':19 '/wiki/socialcg/activitypub/authentication_authorization)':23 '06':26 '2.0':106 '2024':28 'activitypub':6,91,98,180 'addit':282 'advantag':203 'agre':54 'algorithm':131 'allow':250 'almost':200 'also':114 'anyth':210 'aspect':202 'assum':63 'authent':57,100,127,182,216,254 'base':11 'bearer':107,191 'breach':229 'chang':87 'client':99,181 'coexist':123 'consid':29 'consider':36,111 'consult':24 'context':220 'correct':159 'cours':279 'critic':280 'current':90,125 'data':233 'decentralis':72,218 'discuss':174,272 'disrupt':86 'document':156 'downsid':262 'easi':251 'easili':195 'ed25519':132,187 'encrypt':130 'entir':32 'event':140 'everi':201 'expos':231 'follow':79,96,120,179 'forg':241 'general':190 'given':43 'goal':67,170,265 'idea':151 'ident':76,226 'implement':252 'import':115 'independ':221 'januari':27 'keep':274 'key':223 'librari':237 'like':157,238 'major':145 'mani':247 'matur':236 'mechan':55 'need':207 'node':240 'node-forg':239 'nodej':243 'non':41 'non-norm':40 'normat':42 'note':7,117 'oauth':105,110,126 'other':248 'part':97 'particular':94 'per':59 'persist':73 'pleas':273 'possibl':261 'post':268 'potenti':85 'premis':77 'present':38 'probabl':163 'propos':4,9,80,121,129,176 'radic':83 'refer':62 'relat':109 'replac':196 'repres':81 'respect':276 'safeti':35 'section':33 'server':103,185,204,228 'session':214 'signatur':188,198 'specif':92 'standardis':49 'stimul':173,271 'store':209 'strong':53 'suggest':147 'think':259 'time':47 'token':108,192,215 'tri':257 'ts':245 'ultim':66 'updat':137 'upgrad':146 'use':104,186 'verifi':75 'vulner':143 'welcom':284 'write':154 'wrong':166 'www.w3.org':14,18,22 'www.w3.org/tr/activitypub/#authorization':13 'www.w3.org/wiki/':17 'www.w3.org/wiki/socialcg/activitypub/authentication_authorization)':21"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705751387
+visibility: "visible "
+apId: "https://lemmy.world/post/10918621"
+editedAt: DateTimeImmutable @1726820489 {#74
date: 2024-09-20 10:21:29.0 +02:00
}
+createdAt: DateTimeImmutable @1705687887 {#2486
date: 2024-01-19 19:11:27.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#1817
+user: Proxies\__CG__\App\Entity\User {#1894 …}
+magazine: App\Entity\Magazine {#288
+icon: Proxies\__CG__\App\Entity\Image {#269 …}
+name: "asklemmy@lemmy.world"
+title: "asklemmy"
+description: """
A Fediverse community for open-ended, thought provoking questions\n
-----------------------------------------------------------------\n
\n
---\n
\n
**Rules: (interactive)**\n
------------------------\n
\n
---\n
\n
1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can’t say something nice, don’t say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. [Please familiarize yourself with them](https://legal.lemmy.world/tos/)\n
\n
---\n
\n
2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?\n
\n
---\n
\n
3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.\n
\n
---\n
\n
4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [!asklemmyafterdark@lemmy.world](https://lemmy.world/c/asklemmyafterdark) or [!asklemmynsfw@lemmynsfw.com](https://lemmynsfw.com/c/asklemmynsfw). NSFW comments should be restricted to posts tagged [NSFW].\n
\n
---\n
\n
5) This is not a support community.It is not a place for ‘how do I?’, type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to [Lemmy.world Support](https://lemmy.world/c/support) or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.\n
\n
---\n
\n
Reminder: The [terms of service](https://legal.lemmy.world/tos/) apply here too.\n
\n
Partnered Communities:\n
----------------------\n
\n
[Tech Support](/c/techsupport@lemmy.world)\n
\n
[No Stupid Questions](/c/nostupidquestions@lemmy.world)\n
\n
[You Should Know](/c/youshouldknow@lemmy.world)\n
\n
[Reddit](/c/reddit@lemmy.world)\n
\n
[Jokes](/c/jokes@lemmy.world)\n
\n
[Ask Ouija](/c/askouija@lemmy.world)\n
\n
---\n
\n
Logo design credit goes to: [tubbadu](/u/tubbadu@lemmy.world)\n
\n
---\n
\n

"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1179
+entryCommentCount: 42676
+postCount: 3
+postCommentCount: 67
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583245 {#296
date: 2024-10-22 09:47:25.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#260 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#256 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#245 …}
+entries: Doctrine\ORM\PersistentCollection {#203 …}
+posts: Doctrine\ORM\PersistentCollection {#161 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#223 …}
+bans: Doctrine\ORM\PersistentCollection {#140 …}
+reports: Doctrine\ORM\PersistentCollection {#126 …}
+badges: Doctrine\ORM\PersistentCollection {#104 …}
+logs: Doctrine\ORM\PersistentCollection {#94 …}
+awards: Doctrine\ORM\PersistentCollection {#83 …}
+categories: Doctrine\ORM\PersistentCollection {#70 …}
-id: 49
+apId: "asklemmy@lemmy.world"
+apProfileId: "https://lemmy.world/c/asklemmy"
+apPublicUrl: "https://lemmy.world/c/asklemmy"
+apFollowersUrl: "https://lemmy.world/c/asklemmy/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "asklemmy"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583301 {#297
date: 2024-10-22 09:48:21.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697177027 {#291
date: 2023-10-13 08:03:47.0 +02:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1882 …}
+slug: "Just-an-idea-to-make-the-Fediverse-better-what-do"
+title: "Just an idea to make the Fediverse better, what do you think about it?"
+url: null
+body: """
I have this proposal for ActivityPub\n
\n
NOTE: This proposal is based on www.w3.org/TR/activitypub/#authorization and [www.w3.org/wiki/…/Authentication_Authorization](https://www.w3.org/wiki/SocialCG/ActivityPub/Authentication_Authorization) consulted on 06 January 2024.\n
\n
- Considering that the entire section on safety considerations is presented as non-normative\n
- Given that "at the time of standardisation there are no strongly agreed mechanisms for authentication. " as per the above reference\n
- Assuming that the ultimate goal is to have a decentralised, persistent and verifiable identity.\n
\n
Premise: The following proposal represents a radical and potentially disruptive change to the current ActivityPub specifications. In particular the following parts:\n
\n
- ActivityPub clients authenticate to a server using OAuth 2.0 bearer tokens.\n
- Related OAuth considerations\n
\n
It is also important to note that the following proposal can coexist with current OAuth authentication.\n
\n
The proposed encryption algorithm (ED25519) can and should be updated in the event of a vulnerability or major upgrade.\n
\n
Suggestion\n
\n
I have no idea how to write a document like this correctly, and I am probably doing it wrong, but my only goal is to stimulate discussion.\n
\n
The proposal is as follows.\n
\n
ActivityPub clients authenticate against a server using ED25519 signatures In general, bearer tokens can be easily replaced by signatures in almost every aspect. Advantages:\n
\n
- Servers don’t need to store anything other than a session token.\n
- Authentication is decentralised and context independent\n
- Your key is your identity: no server breach can expose your data\n
- There are mature libraries like node-forge (for nodeJS and TS) and many others that allow easy implementation of authentication.\n
\n
I have tried to think about possible downsides, but the goal of this post is to stimulate discussion, please keep it respectful, but of course criticism and additions are welcome!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 15
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726879434 {#1853
date: 2024-09-21 02:43:54.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1964 …}
+votes: Doctrine\ORM\PersistentCollection {#1895 …}
+reports: Doctrine\ORM\PersistentCollection {#2419 …}
+favourites: Doctrine\ORM\PersistentCollection {#1388 …}
+notifications: Doctrine\ORM\PersistentCollection {#1375 …}
+badges: Doctrine\ORM\PersistentCollection {#1400 …}
+children: []
-id: 31783
-titleTs: "'better':8 'fedivers':7 'idea':3 'make':5 'think':12"
-bodyTs: "'/authentication_authorization':20 '/tr/activitypub/#authorization':15 '/wiki/':19 '/wiki/socialcg/activitypub/authentication_authorization)':23 '06':26 '2.0':106 '2024':28 'activitypub':6,91,98,180 'addit':282 'advantag':203 'agre':54 'algorithm':131 'allow':250 'almost':200 'also':114 'anyth':210 'aspect':202 'assum':63 'authent':57,100,127,182,216,254 'base':11 'bearer':107,191 'breach':229 'chang':87 'client':99,181 'coexist':123 'consid':29 'consider':36,111 'consult':24 'context':220 'correct':159 'cours':279 'critic':280 'current':90,125 'data':233 'decentralis':72,218 'discuss':174,272 'disrupt':86 'document':156 'downsid':262 'easi':251 'easili':195 'ed25519':132,187 'encrypt':130 'entir':32 'event':140 'everi':201 'expos':231 'follow':79,96,120,179 'forg':241 'general':190 'given':43 'goal':67,170,265 'idea':151 'ident':76,226 'implement':252 'import':115 'independ':221 'januari':27 'keep':274 'key':223 'librari':237 'like':157,238 'major':145 'mani':247 'matur':236 'mechan':55 'need':207 'node':240 'node-forg':239 'nodej':243 'non':41 'non-norm':40 'normat':42 'note':7,117 'oauth':105,110,126 'other':248 'part':97 'particular':94 'per':59 'persist':73 'pleas':273 'possibl':261 'post':268 'potenti':85 'premis':77 'present':38 'probabl':163 'propos':4,9,80,121,129,176 'radic':83 'refer':62 'relat':109 'replac':196 'repres':81 'respect':276 'safeti':35 'section':33 'server':103,185,204,228 'session':214 'signatur':188,198 'specif':92 'standardis':49 'stimul':173,271 'store':209 'strong':53 'suggest':147 'think':259 'time':47 'token':108,192,215 'tri':257 'ts':245 'ultim':66 'updat':137 'upgrad':146 'use':104,186 'verifi':75 'vulner':143 'welcom':284 'write':154 'wrong':166 'www.w3.org':14,18,22 'www.w3.org/tr/activitypub/#authorization':13 'www.w3.org/wiki/':17 'www.w3.org/wiki/socialcg/activitypub/authentication_authorization)':21"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705751387
+visibility: "visible "
+apId: "https://lemmy.world/post/10918621"
+editedAt: DateTimeImmutable @1726820489 {#74
date: 2024-09-20 10:21:29.0 +02:00
}
+createdAt: DateTimeImmutable @1705687887 {#2486
date: 2024-01-19 19:11:27.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#288
+icon: Proxies\__CG__\App\Entity\Image {#269 …}
+name: "asklemmy@lemmy.world"
+title: "asklemmy"
+description: """
A Fediverse community for open-ended, thought provoking questions\n
-----------------------------------------------------------------\n
\n
---\n
\n
**Rules: (interactive)**\n
------------------------\n
\n
---\n
\n
1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can’t say something nice, don’t say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. [Please familiarize yourself with them](https://legal.lemmy.world/tos/)\n
\n
---\n
\n
2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?\n
\n
---\n
\n
3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.\n
\n
---\n
\n
4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [!asklemmyafterdark@lemmy.world](https://lemmy.world/c/asklemmyafterdark) or [!asklemmynsfw@lemmynsfw.com](https://lemmynsfw.com/c/asklemmynsfw). NSFW comments should be restricted to posts tagged [NSFW].\n
\n
---\n
\n
5) This is not a support community.It is not a place for ‘how do I?’, type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to [Lemmy.world Support](https://lemmy.world/c/support) or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.\n
\n
---\n
\n
Reminder: The [terms of service](https://legal.lemmy.world/tos/) apply here too.\n
\n
Partnered Communities:\n
----------------------\n
\n
[Tech Support](/c/techsupport@lemmy.world)\n
\n
[No Stupid Questions](/c/nostupidquestions@lemmy.world)\n
\n
[You Should Know](/c/youshouldknow@lemmy.world)\n
\n
[Reddit](/c/reddit@lemmy.world)\n
\n
[Jokes](/c/jokes@lemmy.world)\n
\n
[Ask Ouija](/c/askouija@lemmy.world)\n
\n
---\n
\n
Logo design credit goes to: [tubbadu](/u/tubbadu@lemmy.world)\n
\n
---\n
\n

"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1179
+entryCommentCount: 42676
+postCount: 3
+postCommentCount: 67
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583245 {#296
date: 2024-10-22 09:47:25.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#260 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#256 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#245 …}
+entries: Doctrine\ORM\PersistentCollection {#203 …}
+posts: Doctrine\ORM\PersistentCollection {#161 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#223 …}
+bans: Doctrine\ORM\PersistentCollection {#140 …}
+reports: Doctrine\ORM\PersistentCollection {#126 …}
+badges: Doctrine\ORM\PersistentCollection {#104 …}
+logs: Doctrine\ORM\PersistentCollection {#94 …}
+awards: Doctrine\ORM\PersistentCollection {#83 …}
+categories: Doctrine\ORM\PersistentCollection {#70 …}
-id: 49
+apId: "asklemmy@lemmy.world"
+apProfileId: "https://lemmy.world/c/asklemmy"
+apPublicUrl: "https://lemmy.world/c/asklemmy"
+apFollowersUrl: "https://lemmy.world/c/asklemmy/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "asklemmy"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583301 {#297
date: 2024-10-22 09:48:21.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697177027 {#291
date: 2023-10-13 08:03:47.0 +02:00
}
} |
|
Show voter details
|