thrillfall / nextcloud-gpodder

nextcloud app that replicates basic gpodder.net api
https://apps.nextcloud.com/apps/gpoddersync
GNU Affero General Public License v3.0
220 stars 11 forks source link

Document Authentication #177

Open BrookeDot opened 2 months ago

BrookeDot commented 2 months ago

Could you add an example using authentication to the README. I'm happy to edit it, if someone can provide an example here. I am getting a 403, due to lack of authentication on my GET request.

JonOfUs commented 1 month ago

Hi, authentication is done through Nextcloud directly. So the most straight-forward way to implement authentication into a podcast client would be to use the Nextcloud Login Flow. It is, for example, used by AntennaPod here.