top | item 39089756

(no title)

yebyen | 2 years ago

Is this really the same 16 year old RubyFlow that authenticates against GitHub? I found a copy looking for the source but it looks like it is literally 16 years old, and I'm thinking there's just no way the OIDC flow has been standing intact for that amount of time without any update... really? :D

discuss

order

petercooper|2 years ago

The version you'll have seen is the original version that I "leaked" to someone else who wanted to run a similar site. I said they could make the code public, but I didn't want to maintain or stand by it. It underwent an entire rewrite about ten years ago which is the version that's live now and the auth flow has remained the same within that timeframe, at least, but https://github.com/omniauth/omniauth-github does the heavy lifting and has been updated as a dependency in that time.

yebyen|2 years ago

Awesome, I was fishing for open source links, I salute you thanks for sharing :)