au/rssauth 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

au/rssauth

最新稳定版本:2.0.0

Composer 安装命令:

composer require au/rssauth

包简介

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

README 文档

README

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

PUBLIC RSS FEED

<url>?view=rss

URL AUTHENTICATED RSS FEED

<url>?view=rss&username=<username>&password=<password>

Please note that this method is the most insecure as the username and password are visible in plain text in the url

TOKEN AUTHENTICATED RSS FEED

By visiting the tools configuration page a user can generate a unique token that can be appended to the url.

eg.

<url>blog/all?view=rss

Would become something like

<url>blog/all?view=rss&rssguid=38&rsstoken=48e198a2264328528a70d65abcedbe146f039c94

HTTP AUTHENTICATED RSS FEED

<url>?view=rssauth

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

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.

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

统计信息

  • 总下载量: 31
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2015-10-18