Conversation
Notices
-
احمدابن محمد الخيام (sysrq@freespeechextremist.com)'s status on Friday, 02-Jun-2023 23:31:52 JST احمدابن محمد الخيام does anyone know what the authentication realm is for pleroma? - Machismo repeated this.
-
:blank: (i@declin.eu)'s status on Friday, 02-Jun-2023 23:49:16 JST :blank: @sysrq authentication realm? it's oauth
https://docs-develop.pleroma.social/backend/development/authentication_authorization/Machismo repeated this. -
احمدابن محمد الخيام (sysrq@freespeechextremist.com)'s status on Friday, 02-Jun-2023 23:49:17 JST احمدابن محمد الخيام @i
webfs is a bitchIn conversation permalink -
احمدابن محمد الخيام (sysrq@freespeechextremist.com)'s status on Friday, 02-Jun-2023 23:49:18 JST احمدابن محمد الخيام @i
pleroma also supports http basic auth, and for what I'm doing I need to know what the realm string is but I'm not sure how to find itIn conversation permalink Machismo repeated this. -
:blank: (i@declin.eu)'s status on Friday, 02-Jun-2023 23:49:24 JST :blank: @sysrq it's @realm_reg Regex.compile!("Bearer\:?\s+(.*)$", "i") In conversation permalink Machismo repeated this. -
:blank: (i@declin.eu)'s status on Friday, 02-Jun-2023 23:49:26 JST :blank: @sysrq add a -H 'authorization: Bearer token' and that's it In conversation permalink Machismo repeated this. -
احمدابن محمد الخيام (sysrq@freespeechextremist.com)'s status on Friday, 02-Jun-2023 23:49:28 JST احمدابن محمد الخيام @i
this... does not help at allIn conversation permalink Machismo repeated this. -
احمدابن محمد الخيام (sysrq@freespeechextremist.com)'s status on Friday, 02-Jun-2023 23:49:44 JST احمدابن محمد الخيام this is most definitely deprecated by now In conversation permalink -
of nothing (apropos@freespeechextremist.com)'s status on Friday, 02-Jun-2023 23:49:46 JST of nothing @sysrq @i the realm's part of the challenge when you fail http basic auth, and just something to show a human to provide an idea of what kind of gate he's knocking on. It's not passed when you auth. Auth is just passing a "Authorization: Basic ".base64("user:pass") header In conversation permalink