-
Updated
May 16, 2021 - Go
auth
Here are 1,383 public repositories matching this topic...
-
Updated
May 17, 2021 - JavaScript
-
Updated
May 15, 2021 - Java
-
Updated
Apr 27, 2021 - PHP
-
Updated
Jun 6, 2020 - PHP
-
Updated
May 8, 2021 - JavaScript
-
Updated
May 7, 2021 - Go
Implement all functionality of reports module for mobile platforms
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
May 14, 2021 - TypeScript
Here's inspiration: nuxt-community/auth-module#328 (comment)
-
Updated
May 13, 2021 - Java
-
Updated
May 3, 2021 - PHP
-
Updated
May 14, 2021 - TypeScript
-
Updated
May 6, 2021 - PHP
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Apr 21, 2021 - PHP
-
Updated
Jun 21, 2019 - TypeScript
-
Updated
May 10, 2021 - Java
-
Updated
May 16, 2021 - Python
-
Updated
Apr 29, 2021 - Python
We experienced anomalous behavior with our localStorage['redirect'] value being "randomly" cleared out. Further investigation found the culprit was the angular-auth-oidc-client code:
auto-login-service.js
const STORAGE_KEY = 'redirect';I'm not familiar with the code base. My initial scan only found this usage. But it might be a good idea to use something like a library wi
Improve this page
Add a description, image, and links to the auth topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the auth topic, visit your repo's landing page and select "manage topics."
I've read the docs, and it seems you can pass through
knexinstances, but I didn't see if it supports SQLite3 - could you clarify please?