-
feature request https://github.com/golang/oauth2/issues/603
Motivation: support PKCE ([RFC 7636](https://datatracker.ietf.org/doc/html/rfc7636)), also known as code_challenge and code_verifier. [PK…
-
**System information**
- OS Platform and Distribution: Docker deployment with RedHat 8 base image
- TensorFlow installed from (source or binary): binary
- TensorFlow version: 2.7
- Python version:…
-
Dear Leiningen team, big thanks for all the great work you do.
I have a java source file in my codebase and I was playing around with `lein javac`.
If I run it after `lein clean` it somehow pulls…
-
The current implementation of the OIDC client in the `ssh3` client binary spawns a local HTTP webserver at a random port with a random URL path fragment. This contradicts the OIDC specification, which…
-
# Project Improvement
Would it be possible to include the PKCE extension technique in the examples/actix.rs? I've been looking through the code and haven't figured out yet how to use PKCE with the…
-
A stepping stone to [Autosave (roadmap#24)](https://github.com/wagtail/roadmap/issues/24).
## Intended Outcome
To prevent CMS users from accidentally overwriting each other’s content, we will im…
-
### Background story
The React example currently in the repo uses one of the least secure methods of authentication possible:
https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javascriptv3…
-
I have a working version of a Flask app using FD that authenticates my REST APIs successfully when the APIs are accessed from a browser. I am using Google OAuth2. Much appreciate what FD brings to th…
-
**Problem description**
In the RFCs references list RFC7662 is mentioned twice in https://github.com/camaraproject/IdentityAndConsentManagement/blob/main/documentation/CAMARA-AuthN-AuthZ-Concept.md
…
-
**CONTEXT**: the _Authorisation Code with PKCE_ ([RFC 7636](https://www.rfc-editor.org/rfc/rfc7636)) implementation with no authorization storage (e.g. for the _Degraded mode_) and hence no reference …