yada

Mno 2019-08-09T08:47:04.006800Z

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.

Mno 2019-08-09T13:24:12.007500Z

well I tried guessing my way through this but I ended up getting stuck on: "Context does not contain a :uri-info entry"

Mno 2019-08-09T13:34:15.008300Z

and as far as I can tell no context has that key..

2019-08-09T15:02:06.010800Z

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

Mno 2019-08-09T15:26:37.011200Z

yeah I was using that function

Mno 2019-08-09T15:27:05.011900Z

I have the edge examples but nothing reffering to this unfortunately.

Mno 2019-08-09T15:37:16.012900Z

(even trying to use yada.yada/redirect complains about the same thing.)

Mno 2019-08-09T15:37:34.013100Z

I must be missing something.

dominicm 2019-08-09T15:47:23.013400Z

Are you using bidi?

Mno 2019-08-09T16:05:23.013800Z

I'm unsure.

Mno 2019-08-09T16:05:51.014500Z

as in I do routing and stuff and I think it uses bidi internally, but I do not use it directly.

Mno 2019-08-09T16:08:21.015900Z

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

dominicm 2019-08-09T16:25:45.016600Z

I think only bidi vhosts supports these features

Mno 2019-08-09T16:31:36.017800Z

Oh ok I'll see how bidi fits in here. It's a great lead, thanks!