Greg

Results 2 issues of Greg

Per the [OIDC Spec](https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest), the authentication request may include a [nonce parameter](https://openid.net/specs/openid-connect-core-1_0.html#NonceNotes) that helps to mitigate ID Token replay attacks. If not provided to the `auth_url` functions it will fail...

I have a bubbletea app that uses [Glamour](https://github.com/charmbracelet/glamour) to render Markdown many times per second, just like in [mods](https://github.com/charmbracelet/mods). While profiling I noticed that `RGBColor.Sequence()` was taking up 27% of...