-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lemmy JS SDK Integration #5
Comments
I would caution against collecting usernames and passwords - even if you have no bad intentions, it makes your service an attractive target for attackers who are interested in intercepting these passwords! |
I had no intention of storing it, i was thinking fully client sided. It looks like it's not possible to call the API's directly from my JS because of XSS requests on Lemmy servers, so I'll just make it so you can choose an instance 🤷♂️ if anyone comes up with something else (maybe a browser extension?) can open a new issue |
This might be possible with an instance custom setting to allow CORS from us. |
Re-opening as this may be possible as long as CORS is configured correctly ( |
Sites would need to configure |
This is possible and I use it for lemmy modder. I'll have to re-visit this in the new year |
Allow Configuring Instance/Username/Password to determine user subscriptions and allow users to one-click subscribe on their instance.
The text was updated successfully, but these errors were encountered: