Search code examples
taleo

Use Taleo to Authenticate a Username and Password


I want to create a custom login on an external site that will just use Taleo to authenticate the username and password (meaning, literally, just check if that user exists). Is there a good way of doing this? I'm having trouble finding the answer in Taleo's API methods.


Solution

  • You can do it using my library : https://github.com/Polzme/Taleo

    Don't hesitate to ask for help.