OPCFoundation / UA-CloudLibrary

OPC UA Information Model database with a REST and GraphQL interface, as well as user management. The global instance of this (hosted by the OPC Foundation) can be found at https://uacloudlibrary.opcfoundation.org.
Other
39 stars 18 forks source link

OAuth2 support, better user account/email management support and code hardening. #188

Closed barnstee closed 1 year ago

barnstee commented 1 year ago
  1. Add OAuth2 auth via OPC Foundation website and additional login UI from ASP.NetCore Identity Scaffolding.
  2. Add missing ConfigureAwaits.
  3. Simplify auth in Swagger.
  4. Add account management UI from ASP.NetCore Identity Scaffolding.
  5. Add email confirmation management from ASP.NetCore Identity Scaffolding.