If anyone has a google oauth example or tutorial they know works with yada's/oauth library they could share I'd greatly appreciate it.
well I tried guessing my way through this but I ended up getting stuck on: "Context does not contain a :uri-info entry"
and as far as I can tell no context has that key..
Are you using this?https://github.com/juxt/yada/blob/master/ext/oauth2/src/yada/oauth.clj#L148 I think there was an example in edge but it changed significantly since last I looked and I can’t find it now
yeah I was using that function
I have the edge examples but nothing reffering to this unfortunately.
(even trying to use yada.yada/redirect complains about the same thing.)
I must be missing something.
Are you using bidi?
I'm unsure.
as in I do routing and stuff and I think it uses bidi internally, but I do not use it directly.
so far It's basically just a bunch of yada.yada/resource
resources and a routes vector that I pass along to the yada.yada/listener
I think only bidi vhosts supports these features
Oh ok I'll see how bidi fits in here. It's a great lead, thanks!