Microsoft.Identity.Client with C++/WinRT #9230
-
Hi, I'm trying to create a native module for my C++/WinRT app in react-native. The objective is to leverage native feature for authentication and token acquisition. Is there a way to call this library anyway? Is there any sample showing similar behavior? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There are some considerations for mixing C++ and C# that you can see here: https://microsoft.github.io/react-native-windows/docs/native-code-language-choice There are a variety of auth modules for RN in general, but there aren't any here that are reporting Windows support: https://reactnative.directory/?search=auth |
Beta Was this translation helpful? Give feedback.
There are some considerations for mixing C++ and C# that you can see here: https://microsoft.github.io/react-native-windows/docs/native-code-language-choice
There are a variety of auth modules for RN in general, but there aren't any here that are reporting Windows support: https://reactnative.directory/?search=auth
Some efforts have been made on those which may or may not be useful for you: auth0/react-native-auth0#356