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
{{ message }}
This repository was archived by the owner on Jan 4, 2025. It is now read-only.
This module re-implements the `PasswordGrant` for the `simple_oauth` module.
4
4
For more information about this repository, visit the project page at [https://www.drupal.org/project/simple_oauth_password_grant](https://www.drupal.org/project/simple_oauth_password_grant)
@@ -18,7 +18,7 @@ You can then obtain an access token by requesting it with the following payload:
18
18
}
19
19
```
20
20
21
-
**Important**
21
+
**Important**
22
22
The username can either be the Drupal username, or the Drupal user's email address!
23
23
24
24
## Testing
@@ -34,7 +34,7 @@ Run the following commands in the project root:
0 commit comments