shaarli / Shaarli

The personal, minimalist, super-fast, database free, bookmarking service - community repo
https://shaarli.readthedocs.io/
Other
3.44k stars 295 forks source link

Auto-login or alternatively HTTP basic auth? #802

Open polyvertex opened 7 years ago

polyvertex commented 7 years ago

I just sunk my teeth into Shaarli for a few minutes and really like it, is there a way to auto-login? Or, alternatively to match credentials against HTTP basic authentication? Either would fit to my use case.

polyvertex commented 7 years ago

Oh, forget about it, the open_shaarli setting seems to fit. Sorry for the noise

nodiscc commented 5 years ago

Moved from #1338

@tevino commented on Jul 30

Use case: Access RSS feed by https://user:password@shaarli.example.com/?do=atom in feed reader.

Or is there another way to do that? Related #569 #802 #1189

@nodiscc commented on Jul 30

I don't think there is a way currently to:

  • Have Shaarli protected by it's authentication mechanism AND
  • Have the RSS feed only protected by HTTP basic auth

@tevino commented on Jul 31

Is it possible to make HTTP basic as a part of the current authentication mechanism? Thus one may log in to Shaarli(including RSS feed) with either of those two mechanisms.

There is currently no way to get private items from the RSS feed for feed readers which expect/support only HTTP basic auth.