-
-
Notifications
You must be signed in to change notification settings - Fork 418
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
Matrix Token (m.login.token) support added #1203
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1203 +/- ##
=======================================
Coverage 99.35% 99.35%
=======================================
Files 147 147
Lines 20326 20331 +5
Branches 3979 3981 +2
=======================================
+ Hits 20195 20200 +5
Misses 121 121
Partials 10 10 ☔ View full report in Codecov by Sentry. |
unfortunately i can't say it's working: ❯ apprise -vv -t "Test Title" -b "Test Message" \
'matrixs://<token>@<hostname>/!<channel-id>'
2024-09-26 09:50:12,914 - WARNING - Failed to handshake with Matrix server: Unauthorized - Invalid Token., error=403.
2024-09-26 09:50:13,109 - WARNING - Failed to handshake with Matrix server: Unauthorized - Invalid Token., error=403. |
looks like it's going for a registration token instead of an access token. |
It almost looks like What happens if you add |
Tested and wasn't able to get it working. |
Try adding |
|
Description:
Related issue (if applicable): #895
The URLs now trigger reference to the Matrix Token based Authentication (
m.login.token
):{schema}://{token}@{host}/{targets}
{schema}://{token}@{host}:{port}/{targets}
Checklist
flake8
)Testing
Anyone can help test this source code as follows: