<discocaml>
<darrenldl> any potential with running ocaml apps on raspberry pi? (outside of compiling taking a while if one can't get crosscompilation to work)
<discocaml>
<darrenldl> potential issue*
mange has quit [Remote host closed the connection]
<discocaml>
<anmonteiro> syre
<discocaml>
<anmonteiro> sure
<discocaml>
<anmonteiro> what are you looking to do?
<discocaml>
<functionalprogramming> im making a webapp backend and i want to use “sign in with google”
<discocaml>
<anmonteiro> have you implemented the oauth2 client flow before?
<discocaml>
<anmonteiro> to implement sign in with google you need to implement 2 endpoints in your backend: the authorization endpoint and the token endpoint
<discocaml>
<anmonteiro> to implement sign in with google you need to implement 2 endpoints in your backend: the authorization redirect and the token callback
<discocaml>
<anmonteiro> to implement sign in with google you need to implement 2 endpoints in your backend: the authorization redirect and the token callback webhook endpoint
<discocaml>
<functionalprogramming> I think I know what the first one is
<discocaml>
<functionalprogramming> thats what causes the popup to appear
<discocaml>
<functionalprogramming> oh hold on
<discocaml>
<functionalprogramming> sorry im not super familiar
Serpent7776 has joined #ocaml
<discocaml>
<anmonteiro> i'd recommend familirizing yourself with the general oauth2 client flow first and then coming back to ocaml-oidc with a fresh understanding
<discocaml>
<anmonteiro> happy to help with any specific APIs, and feel free to tag me directly
<discocaml>
<functionalprogramming> sounds like a good plan, thanks for offering
vukung has quit [Quit: Leaving]
bartholin has joined #ocaml
germ has quit [Read error: Connection reset by peer]
germ has joined #ocaml
bartholin has quit [Quit: Leaving]
germ has quit [Read error: Connection reset by peer]
germ has joined #ocaml
szkl has joined #ocaml
Haudegen has joined #ocaml
chiselfuse has quit [Ping timeout: 264 seconds]
olle has joined #ocaml
agentcas1y has joined #ocaml
rgrinberg has joined #ocaml
rgrinberg has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
Haudegen has quit [Quit: Bin weg.]
Tuplanolla has joined #ocaml
germ has quit [Read error: Connection reset by peer]
<discocaml>
<functionalprogramming> as oidc.opam in HEAD only has a >= 0.5.1
<discocaml>
<functionalprogramming> whereas oidc.opam in HEAD only has a >= 0.5.1
<discocaml>
<functionalprogramming> whereas oidc.opam in HEAD only has a >= 0.5.1 constraint
<discocaml>
<functionalprogramming> from reading [this](https://github.com/ocaml/opam/issues/2098) and other sources, it seemse this vendoring involves cloning and `opam-admin make`