问题 I am building a flutter app and I want users to be able to authenticate using their wordpress credentials. I am using https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/#description and https://github.com/dreamsoftin/flutter_wordpress to make it easier. import 'package:flutter/material.dart'; import 'package:flutter_wordpress/flutter_wordpress.dart' as wp; void main() => runApp(MyApp()); wp.WordPress wordPress = wp.WordPress( baseUrl: 'https://sandbox.myfprod.fr/', authenticator