companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 5.2.0 released: https://ocaml.org/releases/5.2.0 | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
rgrinberg has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
<discocaml> <functionalprogramming> anyone familiar with ocaml-oidc and can guide me to some example code?
Tuplanolla has quit [Quit: Leaving.]
ygrek has joined #ocaml
pi3ce has quit [Read error: Connection reset by peer]
pi3ce has joined #ocaml
ygrek has quit [Remote host closed the connection]
ygrek has joined #ocaml
ygrek has quit [Remote host closed the connection]
ansiwen has quit [Quit: ZNC 1.7.1 - https://znc.in]
ansiwen has joined #ocaml
<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]
germ- has joined #ocaml
Haudegen has joined #ocaml
pi3ce has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
pi3ce has joined #ocaml
remexre has quit [Ping timeout: 252 seconds]
gzar has joined #ocaml
ygrek has joined #ocaml
Anarchos has joined #ocaml
Anarchos has quit [Client Quit]
Haudegen has quit [Quit: Bin weg.]
f[x] has joined #ocaml
ygrek has quit [Remote host closed the connection]
Anarchos has joined #ocaml
olle has quit [Remote host closed the connection]
rgrinberg has joined #ocaml
Anarchos has quit [Quit: Vision[]: i've been blurred!]
remexre has joined #ocaml
Anarchos has joined #ocaml
zenmov has quit [Ping timeout: 252 seconds]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
zenmov has joined #ocaml
dh` has quit [Read error: Connection reset by peer]
rgrinberg has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
zenmov has quit [Ping timeout: 252 seconds]
bartholin has joined #ocaml
zenmov_ has joined #ocaml
rgrinberg has joined #ocaml
rgrinberg has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
rgrinberg has quit [Quit: My Unrecognized Mac has gone to sleep. ZZZzzz…]
<discocaml> <deepspacejohn> is the best way to report issues about Menhir still to email fpottier?
<discocaml> <octachron> Or the menhir mailing list, which is not that different.
<discocaml> <deepspacejohn> Cool, thanks.
bartholin has quit [Quit: Leaving]
Serpent7776 has quit [Ping timeout: 245 seconds]
remexre has quit [Ping timeout: 276 seconds]
chiselfuse has joined #ocaml
YuGiOhJCJ has joined #ocaml
rgrinberg has joined #ocaml
YuGiOhJCJ has quit [Remote host closed the connection]
YuGiOhJCJ has joined #ocaml
toch has quit [Ping timeout: 252 seconds]
<discocaml> <functionalprogramming> getting some issues with oidc needing an older version of jose
<discocaml> <functionalprogramming> specifically,
<discocaml> <functionalprogramming> ```
<discocaml> <functionalprogramming> $ opam install oidc
<discocaml> <functionalprogramming> [ERROR] Package conflict!
<discocaml> <functionalprogramming> * Missing dependency:
<discocaml> <functionalprogramming> - jose < 0.8.0
<discocaml> <functionalprogramming> unmet availability conditions, e.g. 'false'
<discocaml> <functionalprogramming> ```
<discocaml> <functionalprogramming> which seems due to an "old" version of oidc (e.g., i saw [this thread saying oidc needs a new release](https://github.com/ulrikstrid/ocaml-oidc/issues/33))
<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`