Jump to content

Authenticate a user in my own software?


Kevvv

Recommended Posts

Posted

Is there a way to authenticate that a user has entered their forum account and password correctly in my own software?  I'm not sure how the password hash's work and since I'm new here I'm not sure if there is some easy way to doing this.

Posted

Is your application on the same server/site, or is it on a different server? Is it on the same domain name?

If you are on the same domain name (where you can read the cookies) and the same server (where you can load up our PHP libraries) this isn't too difficult to do.

Posted

I believe I found something posted a bit ago:  

 

 

I believe this should be good enough to get me to verify a user account in a program I distribute that sends the user/pass to my own page on the server.

  • 2 months later...
Posted

I am looking to do the same thing and was trying to see how it can be done with the API.  I am not seeing anything to authenticate by them submitting their username and password. Is there a way to log a user in using the REST API that is included?

Posted
25 minutes ago, JEFF MACK said:

Is there a way to log a user in using the REST API that is included?

No.

You'd need a custom developed solution. Which should be something that's simply a gateway file that accepts user / pass and attempts authentication.

You'd want SSL to ensure the data transfer is secure and your not exposing passwords to sniffers.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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