bzp2010 opened a new pull request #2010:
URL: https://github.com/apache/apisix-dashboard/pull/2010


   Please answer these questions before submitting a pull request, **or your PR 
will get closed**.
   
   **Why submit this pull request?**
   
   - [ ] Bugfix
   - [ ] New feature provided
   - [x] Improve performance
   - [ ] Backport patches
   
   **What changes will this PR take into?**
   
   Implement a new user authentication framework to support a variety of 
different identity source authentication, and strengthen the security of local 
users.
   
   Migrate the local authentication to the new user authentication framework, 
and change the password stored in plaintext to bcrypt hash (cost 10).
   Add a `type` field to the user information to indicate the authentication 
source. However, it can still be used normally without setting the `type` field 
to be compatible with the usage of older versions.
   
   **Checklist:**
   
   - [x] Did you explain what problem does this PR solve? Or what new features 
have been added?
   - [x] Have you added corresponding test cases?
   - [x] Have you modified the corresponding document?
   - [x] Is this PR backward compatible? If it is not backward compatible, 
please discuss on the mailing list first
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to