-
Updated
Apr 19, 2021 - Go
auth
Here are 1,354 public repositories matching this topic...
-
Updated
Apr 19, 2021 - JavaScript
-
Updated
Apr 19, 2021 - Java
-
Updated
Apr 9, 2021 - PHP
-
Updated
Jun 6, 2020 - PHP
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Feb 17, 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
Apr 17, 2021 - TypeScript
Here's inspiration: nuxt-community/auth-module#328 (comment)
-
Updated
Apr 19, 2021 - Java
-
Updated
Feb 19, 2021 - PHP
Issue
The package @foal/aws-s3 uses aws-sdk@2 under the hood which is a very big package.
Starting from version 3, AWS sdk is split in several separate packages and we could (apparently) considerably reduce the node_modules size if we migrate to this version.
https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html
Solution
Use @aws-sdk/client-s3
-
Updated
Apr 12, 2021 - PHP
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Apr 16, 2021 - PHP
-
Updated
Jun 21, 2019 - TypeScript
-
Updated
Mar 30, 2021 - Java
-
Updated
Apr 12, 2021 - Python
-
Updated
Apr 10, 2021 - Python
-
Updated
Apr 18, 2021 - TypeScript
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?