nimbus-town/nimbus

Login via OAuth

Opened this issue · 1 comments

As the future preferred authentication method of atprotocol is going to be oauth Nimbus should probably follow this:

Implementation references

One of the best reference implementations of the rather new spec seems to be:

Open questions

  • Should the client or the server do the flow? (seems like in elk the server was doing it, are there any reasons for that?)
  • How does it work with multiple servers?
  • How does it work with multiple handles?

My recommendation would probably be to go through with app passwords for now as we wait for OAuth to stabilize, while keeping an easy migration path to it. I've seen a decent amount of folks getting confused over logins, mainly because app passwords is still the norm.