You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing the 2.0 beta version with Nextjs App router and I'm using CliendId and ClientSecret authentication with Drupal.
I've noticed that multiple tokens are generated on drupal (I think is also happening on the 1.6 version from what I recall, but I'm not sure). I'm not sure if this is the expected behaviour but I would expect to have one token generated since the client (FE) is only one. What do you think ?
Expected behavior
Maybe to have only one oAuth token generated on Drupal.
Steps to reproduce:
First, go to 'admin/config/people/simple_oauth/oauth2_token' and remove all available tokens.
Then start your development build of NexJs app. Try to access a page, so requests to the BE are made
😢 You should see multiple tokens generated on Drupal
Package containing the bug
I’m not sure
Describe the bug
I am testing the 2.0 beta version with Nextjs App router and I'm using CliendId and ClientSecret authentication with Drupal.
I've noticed that multiple tokens are generated on drupal (I think is also happening on the 1.6 version from what I recall, but I'm not sure). I'm not sure if this is the expected behaviour but I would expect to have one token generated since the client (FE) is only one. What do you think ?
Expected behavior
Maybe to have only one oAuth token generated on Drupal.
Steps to reproduce:
Additional context
Related issues (might be related):
#636
The text was updated successfully, but these errors were encountered: