Jump to content

Recommended Posts

Posted (edited)

Hi, I'm trying to build something but I need it to use the forum's credentials for users. Per eg use the username/pwd used in the forum to authenticate on my app.

How can this be achieved? I can't find anything about it on the API and I can't understand how oauth works exactly. Thanks in advance

Edited by 6ichem
Posted
1 hour ago, Interferon said:

I am working on a system to do this. Maybe it will be turned into a general-purpose C library. What programming language do you use?

C++ / C#

Wait so there is no way this can be done?

Posted

It's possible but it's pretty advanced. I am hiring someone on Upwork right now to implement that last part for me.

The end result will be a function where you enter the user name and password, and then you can use the whole Invision REST API, including user authentication.

What OS does your program run on?

Posted
48 minutes ago, Interferon said:

It's possible but it's pretty advanced. I am hiring someone on Upwork right now to implement that last part for me.

The end result will be a function where you enter the user name and password, and then you can use the whole Invision REST API, including user authentication.

What OS does your program run on?

Can you link me any docs or some instructions please? I'm pretty confident I can pull it off if I get some kind of directions where I should look

Posted

That topic is from 2012 and references code from an older code base that is no longer relevant.

My recommendation is to use OAuth (as Interferon is doing) for this purpose. Our software can act as an OAuth client and an OAuth server, and supports different modes (grant types) for different purposes.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...