#doauth — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #doauth, aggregated by home.social.
-
Going live again! Come watch #doauth <~> #arclight integration gets tighter https://behold.memorici.de
-
Going live with ambient sounds (outdoor cafe[1] + cyberboard typing[2]).
Main goal for today is adding a #doauth authentication to #duex (an #elixir file upload demo with upload capabilities as rich as Google Drive's, i.e. multi-file upload and *directory* upload!).
Secondary: start closing UX tickets related to accounting (as in AAA) from #megalith for #zerohr.
Tune in! https://behold.memorici.de
--
[1]: https://www.youtube.com/watch?v=Xxs5X8RYCxE
[2]: https://www.youtube.com/watch?v=OQpWL_dEJm0 -
Been a while since I've updated y'all about #doauth.
Well, we can insert credentials under transaction with a very nice interface: a keypair and a claim map.
Underneath, it's 99%-compliant with #verifiablecredentials and #decentralizedidentifiers standards, but on the surface it just gives programmers what they care about!
Here's how to insert a credential / claim in #doauth: https://git.sr.ht/~doma/do-auth/commit/d2a28de2e48dfd3c739b40633b280c4ab4814826#test/db_test.exs-1-4
-
-
On the subject of re-writing the same thing over and over again.
For #doauth I need to capture detached signatures[1] in #API.
I made a `:> Capture ` query on #hackagesearch website[2] and after very very brief exploration, an API capturing something called `SessionToken`[3] caught my eye.
Upon inspection it turned out that they have B64 encoding as well, except significantly less deranged than mine.
[1]: https://hackage-search.serokell.io/?q=%3A%3E+Capture+
[2]: https://hackage-search.serokell.io/viewfile/battleplace-0.1.0.10/BattlePlace/WebApi.hs#line-44