this post was submitted on 30 Mar 2022
3 points (100.0% liked)

General Programming Discussion

8083 readers
65 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

I was wondering how could a fediverse software make it so that if a user logs in an instance he is automatically logged in every other instance that he visits.

I think for this every instance would have to share the credentials and cookies with each other. So for example when a user registers the information is shared with all instances to store that user.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 2 years ago

So for example when a user registers the information is shared with all instances to store that user.

"all instances" - as in literally all of them? I think even sharing credentials and cookies between a couple of instances is a risk that shouldn't be written in code.