2017 © Pedro Peláez
 

elgg-plugin rssauth

Provides a number of methods of getting rss feeds of non-public content as a logged in user

image

au/rssauth

Provides a number of methods of getting rss feeds of non-public content as a logged in user

  • Sunday, October 18, 2015
  • by beck24
  • Repository
  • 1 Watchers
  • 3 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

RSSAuth

This plugin allows RSS feeds to display content of an Elgg user by HTTP authentication. The rss feeds may be in the following formats., (*1)

PUBLIC RSS FEED

<url>?view=rss, (*2)

URL AUTHENTICATED RSS FEED

<url>?view=rss&username=<username>&password=<password>, (*3)

Please note that this method is the most insecure as the username and password are visible in plain text in the url, (*4)

TOKEN AUTHENTICATED RSS FEED

By visiting the tools configuration page a user can generate a unique token that can be appended to the url., (*5)

eg., (*6)

<url>blog/all?view=rss, (*7)

Would become something like, (*8)

<url>blog/all?view=rss&rssguid=38&rsstoken=48e198a2264328528a70d65abcedbe146f039c94, (*9)

HTTP AUTHENTICATED RSS FEED

<url>?view=rssauth, (*10)

Having view=rssauth in the url will return the headers requesting authentication Your rss feed can then supply the username and password., (*11)

Please note that this is also insecure as the credentials are passed in plain text but are not explicitly visible (as in the url example). This should be fine if used in conjunction with SSL., (*12)

ADDITIONALLY if you can find a way to send the HTTP credentials without requiring the authentication headers first, you can just use the the default ?view=rss and still receive an authenticated feed, (*13)

The Versions

18/10 2015

dev-master

9999999-dev https://github.com/AU-Landing-Project/rssauth

Provides a number of methods of getting rss feeds of non-public content as a logged in user

  Sources   Download

GPL-2.0

The Requires

 

by Matt Beckett

plugin elgg au rssauth

18/10 2015

2.0.0

2.0.0.0 https://github.com/AU-Landing-Project/rssauth

Provides a number of methods of getting rss feeds of non-public content as a logged in user

  Sources   Download

GPL-2.0

The Requires

 

by Matt Beckett

plugin elgg au rssauth