bzp2010 opened a new pull request #330: URL: https://github.com/apache/incubator-apisix-dashboard/pull/330
This pull request creates an authentication module to prevent unauthorized access. # LoginMethod - It provides an extensible pluggable mechanism to extend the user-defined authentication method. - It provides an interface definition file. As long as the methods specified in the interface are implemented, a new authentication method can be created. ## Implemented LoginMethod ### Password Mode > - [x] frontend > - [ ] backend ### Example Mode > - [x] frontend ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
