Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi all,

 

I'm creating an application that will use API call to a web application.

 

Therefore I need a developer API_KEY and API_PASS.

Those are specific for my application, so are

 

Then users can login in the application, witch will authenticate on the web application.

This returns a logintoken.

 

All these settings should be saved somehow in my application:

 

- API_KEY en API_PASS are application specific

- username, userpass and logintoken are user specific

 

What is the best way to save that info?

In a binary file?

In some application settings?

 

Thank you in advance :-)

  • 1 month later...
Posted
I'm not sure the best way to save the data, but as far as where you are going to save the data is important in the days of continued phishing scams and database hacks. For instance, I would save the user info is a password protected VPS of sorts.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...