-
Hey i set everything as you described, i think.
///php code
require "vendor/autoload.php";
$authProvider = new \RevolutPHP\Auth\Provider([
'clientId' => 'BLABLABLAmyid', // As shown …
-
### App
FranConnect
https://docs.franconnect.net/#tag/Authorization-Code
-
### What happened?
The following API responds with a 404 `{"error":"Not Found"}` error: `https://github.com/login/oauth/access_token`.
I have tried the following approaches:
1. cURL call
2. new Octo…
-
Hi,
I am having trouble to refresh my tokens and I must be missing something here. With the code below I am getting a : ### **Required parameter not passed: "refresh_token"** error.
````
$pro…
-
I just tried using the Instagram provider to authenticate users in my app and for te most part it works out fine, however when after users grant access to my app and I try to run:
``` php
$token = $p…
jahvi updated
9 years ago
-
When response_type = token is provided to the authorize endpoint, the resulting redirect after authorization confirmation is a "code" (just like response_type=code). It would appear the implicit grant…
-
When setup with JumpCloud OIDC, after login this issue occurs:
```
Authentication failed
Cannot read properties of undefined (reading 'toLocaleLowerCase')
```
This is my conf:
```
modul…
-
Hi,
I was looking through the current draft when I found this:
```
The client credentials grant type MUST only be used by confidential clients.
```
I was wondering where it came from. I bel…
-
## CVE-2019-11269 - Medium Severity Vulnerability
Vulnerable Library - spring-security-oauth2-2.2.1.RELEASE.jar
Module for providing OAuth2 support to Spring Security
Library home page: http://stati…
-
**Describe the bug**
Once the API documentation has finished loading, all free-form code samples that were previously highlighted show up as plaintext (with the DOM nodes responsible for highlighti…