-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create an RSS plugin #4
Labels
plugin: rss
Relates to the RSS plugin
Comments
reefdog
added a commit
that referenced
this issue
Jun 24, 2020
This initial version of the RSS plugin adds: - A control settings area for app owners to set authenticated feed credentials - Attempting to load and validate user data set by the SSO plugin - Attempting to load and use authenticated feed credentials set by the control - Negotiating which feed to use based on authentication status - Fetching and rendering headlines appropriately It is significantly missing: - The ability to read an article - Any styling or branding - Live verification of the user information read from localStorage Affects #4
reefdog
added a commit
that referenced
this issue
Jun 24, 2020
This initial version of the RSS plugin adds: - A control settings area for app owners to set authenticated feed credentials - Attempting to load and validate user data set by the SSO plugin - Attempting to load and use authenticated feed credentials set by the control - Negotiating which feed to use based on authentication status - Fetching and rendering headlines appropriately It is missing, among other things: - The ability to read an article - Any styling or branding - Live verification of the user information read from localStorage Affects #4
reefdog
added a commit
that referenced
this issue
Jun 24, 2020
This initial version of the RSS plugin adds: - A control settings area for app owners to set authenticated feed credentials - Attempting to load and validate user data set by the SSO plugin - Attempting to load and use authenticated feed credentials set by the control - Negotiating which feed to use based on authentication status - Fetching and rendering headlines appropriately - Image resources required by BuildFire It is missing, among other things: - The ability to read an article - Any styling or branding - Live verification of the user information read from localStorage Affects #4
reefdog
added a commit
that referenced
this issue
Jun 29, 2020
This initial version of the RSS plugin adds: - A control settings area for app owners to set authenticated feed credentials - Attempting to load and validate user data set by the SSO plugin - Attempting to load and use authenticated feed credentials set by the control - Negotiating which feed to use based on authentication status - Fetching and rendering headlines appropriately - Image resources required by BuildFire It is missing, among other things: - The ability to read an article - Any styling or branding - Live verification of the user information read from localStorage Affects #4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to create a plugin that will fetch and render content from one of two RSS feeds depending on user authentication status. High-level needs:
The text was updated successfully, but these errors were encountered: