- Issue created by @prudloff
- 🇫🇷France prudloff Lille
I also had a look at how WordPress handles this: it is not possible to use a standard password to login with REST.
Users have to generate an application password that can then be used to login with the REST API.
These passwords are always long and randomly generated, this makes it more OK to not have 2FA on this login method because application passwords would be very hard to brute-force. - 🇫🇷France prudloff Lille
The change could be similar to this: https://www.drupal.org/node/3359827 →
- 🇬🇧United Kingdom longwave UK
Should the route move to rest.module? We could either enable it by default only if rest.module is enabled, or add it as a config option there?
- 🇬🇧United Kingdom catch
More than once I wondered why this wasn't provided by REST module so that makes sense to me.