miniflux-v2/internal/integration
jvoisin f4746a7306 Fix and simplify shaarli's integration
- The jwt token was declared as using HS256 as algorithm, but was using HS512.
- No need to base64-encode then remove the padding when we can simply encode
  without padding.
- Factorize the header+payload concatenation as data

Odds are that this integration was broken from the start (HS512 vs HS256), so
I'm not sure if it's better to add tests or to simply get rid of it.
2024-03-13 21:34:57 -07:00
..
apprise Fix Apprise logic to handle feed service URLs 2023-09-30 15:32:23 -07:00
espial Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
instapaper Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
linkace feat: add linkace service integration 2024-01-25 18:04:14 -08:00
linkding Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
linkwarden Add Linkwarden integration 2024-02-11 17:12:37 -08:00
matrixbot Use `%q` instead of `"%s"` 2024-02-28 19:47:30 -08:00
notion Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
nunuxkeeper Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
omnivore Remove github.com/google/uuid 2024-02-26 18:31:12 -08:00
pinboard Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
pocket Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
readeck Add Readeck integration 2024-02-21 19:57:34 -08:00
readwise Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
rssbridge Rewrite relative RSS Bridge URL 2024-01-13 14:54:36 -08:00
shaarli Fix and simplify shaarli's integration 2024-03-13 21:34:57 -07:00
shiori Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
telegrambot Telegram: replace feed HTML link with a button to avoid page preview issues 2023-09-27 21:00:17 -07:00
wallabag Use stdlib HTTP client for third-party integrations 2023-08-14 21:49:02 -07:00
webhook Add Category ID to webhooks 2023-11-01 18:02:14 +01:00
integration.go Add Readeck integration 2024-02-21 19:57:34 -08:00