• #dev 2024-11-03
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2024-11-03 UTC
# 01:47
Kupietz
I don't know the internals of how IndieAuth works, but if it's anything like oAuth, I've done that, and that requires a post-authentication callback on a local web server. I actually wrote a standalone desktop database app for my own use that logged into a remote API via oAuth, and I had to actually set up a page on my webserver to use as the callback, which then ran a local URL scheme to run a script in the local app... it was messy. oAuth,