- π¨π¦Canada vincent signoret
I had the same issue and
mod_rewrite
was also the solution for me !
Good afternoon,
Using Drupal 8.36 and/or the Reservoir build from Acquia I'm fairly stuck. For whatever reason after creating a token (with a variety of scopes both created when adding the client, and during the token creation POST step) I am not authenticating as a user. I get a token, but when I run GET with it set to Authorization: Bearer {token goes here} it returns user 0. When I attempt to debug at /oauth/debug?_format=json it shows the credentials as user id 0 (anonymous) with the newly created token above it as expected "token": [ {token shown here} ],. This is leading to 403's on everything except GET requests. I am unsure how to go about debugging and was wondering if anyone out there might provide some advice.
I had this working about a month ago, but blew away the D8 instance after testing.... foolish me haha.
Thanks!
Best,
Shawn
Fixed
Miscellaneous
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I had the same issue and mod_rewrite
was also the solution for me !