Skip to content
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

add RSS functionality #73

Open
derbuur opened this issue Oct 7, 2017 · 2 comments
Open

add RSS functionality #73

derbuur opened this issue Oct 7, 2017 · 2 comments

Comments

@derbuur
Copy link

derbuur commented Oct 7, 2017

here an additional feature request with low priority:
add an rss function to the mission list so that user get informed if there is a new mission

@MorpheusXAUT
Copy link
Member

Could be done via rss-package, but would most likely require some sort of caching combined with re-generation every X minutes.
Will take it into consideration, thanks for the suggestion!

@MorpheusXAUT
Copy link
Member

MorpheusXAUT commented Oct 11, 2017

Unfortunately, this cannot be added for user-specific missions unless some sort of "API token" authentication has been added. Simply providing a list of publicly visible missions (like an unauthenticated user would see) would be easier to provide, but obviously not complete.
The JWTs generated for user signup are not suitable for usage in e.g. a RSS reader, so a token provided via the URL would be of need.
If functionality is added to access all missions visible to a certain user, there must also be a place to revoke those tokens in case they have been shared by accident.

@MorpheusXAUT MorpheusXAUT self-assigned this Oct 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants