Are there examples for revit plugins using 3rd party login such as Google?

Are there examples for revit plugins using 3rd party login such as Google?

tkahngN7Z3V
Observer Observer
362 Views
1 Reply
Message 1 of 2

Are there examples for revit plugins using 3rd party login such as Google?

tkahngN7Z3V
Observer
Observer

Hello,

We have a service that allows users to sign up either through email password, or 3rd party login such as Apple and Google. Im wondering if it is possible to implement these within a revit plugin, and if so, where i could find examples?

I've done a bit of searching on the forums and web, but have not found any good examples.

0 Likes
363 Views
1 Reply
Reply (1)
Message 2 of 2

jeremy_tammik
Alumni
Alumni

As long as these services provide a standard HTTP or REST-based API to log in, it should be possible from a Revit add-in as well. They may even provide a ready-made .NET class library or module for performing the login. As long as it has no conflicts with other parts of the Revit API functionality, it should be usable. Just keep in mind that the Revit API is event-driven, and all events are initiated by Revit.exe. I am not aware of any ready-made samples for this, though.

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes