Hope to support simplified API (json) login mode
Comment From: eleftherias
@120011676 Could you explain in more detail what you mean by a simplified API?
Comment From: spring-projects-issues
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
Comment From: 120011676
now default: http request body: username=admin&password=123456
simplified config support(application.yml config a value): http request body: { "username":"admin", "password":"123456", }
and rememberMe
@eleftherias @spring-issuemaster
It is more convenient to develop a pageless HTTP interface