oauth
Here are 1,718 public repositories matching this topic...
-
Updated
Mar 13, 2021 - C++
Summary of proposed feature
Explain that the size of a single cookie in most browsers is 4 kilobytes.
Purpose of proposed feature
In our current FAQ page, we fals claim that all the cookies combined on a single domain cannot reach 4096 bytes. (the reason is that this was probably the case long before)
https://next-auth.js.org/faq#what-are-the-disadvantages-of-json-web-tokens
This is not
-
Updated
Apr 18, 2021 - PHP
-
Updated
Apr 19, 2021 - Java
-
Updated
Apr 12, 2021 - Ruby
Is your feature request related to a problem? Please describe.
Though https://www.home-assistant.io/ runs on what appears to be Debian, neither deb nor apt are present and all add-on functionality is expected to be done via Home Assistant plugins.
Describe the solution you'd like
It would be great to have Tailscale support as a HassIO plug-in for Home Assistant.
**Describe alte
-
Updated
Apr 18, 2021 - JavaScript
-
Updated
Apr 9, 2021 - TypeScript
-
Updated
Mar 2, 2021 - Swift
Is your feature request related to a problem? Please describe.
The public key-based request signing functionality added to sso_proxy in buzzfeed/sso#106 is undocumented. In particular, it's not immediately obvious how to a) generate an appropriate keypair or b) validate a signed request in an upstream service.
Describe the solution you'd like
New documenta
-
Updated
Mar 31, 2021 - Python
-
Updated
Apr 7, 2021 - Python
-
Updated
Mar 29, 2021 - PHP
-
Updated
Sep 9, 2019 - Java
-
Updated
Apr 17, 2021 - Java
-
Updated
Mar 3, 2021 - Objective-C
What would you like to be added
Add support for inspecting multiple certificates in one file and/or multiple files each of which may contain multiple certificates.
Example:
// multiple certificates in one file
$ step certificate inspect --bundle --format pem https://www.google.com > certs.txt
$ step certificate inspect certs.txt
<shows only one cert>
// multiple input files
$
Describe the bug
If PKCE is used to protect the flow against CSRF, state should not have to be used, too. See: https://tools.ietf.org/html/draft-ietf-oauth-security-topics-16#section-4.7.1
To Reproduce
GET an authorize request with code_challenge query string parameter present, but no state.
Expected behavior
The flow returns the code. But in fact it returns an err
-
Updated
Apr 1, 2021 - Java
-
Updated
Dec 28, 2020 - Python
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Apr 17, 2021 - Elixir
Improve this page
Add a description, image, and links to the oauth topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the oauth topic, visit your repo's landing page and select "manage topics."


So fosite has ES256 support, I have seen some past PRs to support ES256 in Hydra (ory/hydra#628, ory/hydra#627), but looking at the code I do not see it really being supported in Hydra.
While RS256 is recommended by the spec, ES256 is close to that with its "Recommended+" recommendation. Support