pull down to refresh
Hey! Saw your invite to the repo. How can I help?
Do you have plan to support authentication api?
Sure! What would you want/need? What's the standard way folks do this currently?
reply
Here is my thoughts:
- The quick way, we can only support lightning login in, after user scan the QRCode, the app send public-key and k1 to server, then get the token.. Similar to this PR: https://github.com/nextauthjs/next-auth/pull/3474/files
- In long time, stacker.news implements OAuth like twitter, other apps can register to use api..
reply
The read-only version is ready..
Do you have plan to support authentication api?