https://doc.networknt.com/tutorial/oauth/user/ says that the oauth2 server can be integrated with an existing user database but gives no examples to accomplish that. Please provide an example of how to set up the oauth2 services in a docker stack connecting to an existing SQL Server database. If such integration requires a separate REST API service that handles the implementation-specific interface, please provide an example of how that is to be deployed and configured. Thank you for your great work.
I should also note that in my implementation, I'm using reversible encryption for the username (which is an email address), firstname, lastname and mobile numbers, and a triple hash for the password. https://www.screencast.com/t/AtCS6Kcb