Auth0 with windows application (C++)

,

We are now considering the option to switch our desktop application to online licensing.

It runs on Windows, and the language is MFC C++

2 questions:

  1. Is Auth0 designed to run on Windows applications?
  2. Can it support MFC C++?

Thanks!

  1. Yes, it also works with desktop apps incl. Windows
  2. It should, however, there are no SDKs / libraries out of the box, the ones available use WPF / WinForms, however, I see examples (not from Auth0) on the web using MFC C++ (in this example, using the Client Credentials Flow: MFC Auth0 Server-to-Server Access Token (Client Credentials flow))
1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.