#LoqiGWG has 26 karma in this channel over the last year (141 in all channels)
#GWG[LewisCowles]: Hopefully I'm testing the right things
#[LewisCowles]GWG, Well it looks like more people do what you do with WP than me; you also have more complex plugins than I write, so I don't really have an opinion about your work, other than isn't it wonderful you share it and help others
#[LewisCowles]I didn't butt in to "well actually". I saw you'd mentioned a thing a few times over the day and wanted to conserve that enthusiasm. A Burden shared and all that.
#GWG[LewisCowles]: We've done it a few ways over the years. Currently, when the Github repo is tagged, Github actions automatically prepares a release.
#[LewisCowles]Ah, they you're probably using Helen's action helper to push. I only activated it for a plugin the other day. I've a backlog
#[LewisCowles]It's very cool. I've not used subversion in well over a decade and every time I had to push updates I'd fumble around accidentally copying the wrong things. It takes that burden from me and lets me focus on simpler things and the system I prefer.
loicm, [KevinMarks], J, jeremych_ and [schmarty] joined the channel
#jeremycherfasI wish I knew how to make the emails from github about using the deprecated authentication though URL query parameters go away.
#[LewisCowles]I think there is an option to silence, but it may also be that eventually a more annoying URL no longer working bites you.
#jeremycherfasI need to figure out which of the apps is doing it.
#jeremycherfasAhah, seems to be Atom's Beautify package.
#jeremycherfasWhich seems to have been an issue since 2014.
#jeremycherfasOr maybe it is one of the other Atom packages. No time to investigate right now.
#aaronpkUgh I need to fix that for IndieAuth.com too
[Zegnat] and jamietanna joined the channel
#[LewisCowles]It became an issue around January or February for me. I think late feb, but again. silencing may lead to pain
nickodd, gRegorLove, J, hs0ucy, jamietanna, KartikPrabhu, [LewisCowles], leg, Jaygles, loicm, garrettw, ben_thatmustbeme, [tantek] and [Aaron_Klemm] joined the channel; nickodd left the channel
#[Aaron_Klemm]Is a "token endpoint" not necessarily something included with self-hosted indieauth services, specifically in my case selfauth? I'm realizing that the error not letting me proceed with Indigenous on iOS is possibly fixable on my end. "Token Endpoint not found on [my domain]"
#sknebelselfauth doesn't provide a token endpoint, correct
#ZegnatI have a todo thing on my personal bucket list about merging selfauth and mintoken in some way. But I keep deprioritising it, as I barely use my token endpoint as it is.
gxt joined the channel
#[Aaron_Klemm]Just to clarify, what *should* happen here? Should Indigenous allow me to complete logging in even without the token endpoint, or should selfauth support token endpoints? I assumed I was good to go when I confirmed my IndieAuth worked and then entered it into the Indigenous login, but was surprised to get an error.
#sknebelYou can use selfauth alone to e.g. log into the wiki
#sknebelbut if you want to authorize an app to do something (e.g. Indigenous to post to your site or access your microsub feeds), you also need a token endpoint
#ZegnatI do not use Indigenous, so I do not know. But if it expects something more, like a Micropub or Microsub endpoint, it will try to get a token to use those. As it then wants to have some sort of long-time identifier. Selfauth by itself only authenticates, but never provides (or keeps track of) tokens.