Jump to content

Dan Moore

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

1 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Dan Moore

    Client Library for FusionAuth?

    @John Kouraklis Great, glad you solved your problem! Please let me know whenever you get a chance to cleaning it up and I'll definitely share it and add a link to it in the client docs. Cheers!
  2. Dan Moore

    Client Library for FusionAuth?

    Hi John, We don't have a supported Delphi client library. You may be able to get by with just an OAuth client if you are only looking for authentication (I'm not familiar with available Delphi libraries, but this looks promising: https://github.com/stievie/POAuth2 ). If you find or write a Delphi library, please let me know, as I'd love to share it with our community. Otherwise you have a few options: * create a client. The client builder uses JSON, language specific files and Apache Freemarker to build the clients. The repository is here: https://github.com/FusionAuth/fusionauth-client-builder and we accept contributions * file a github issue explaining what you'd like. We prioritize community input * if you are in the position to pay, engage the FusionAuth team to build out a client library. * use the API directly via HTTP(s) calls (this might be the simplest option). Hope this helps. FYI, I'm a FusionAuth employee.
×