Login Restrictions
The /session API is subject to the following country-specific restrictions:
- Singapore - all login passwords must first be encrypted using the relevant IG SDK function below.
To encrypt a password:
- call /session/encryptionKey which gives a key and timestamp
- create a RSA token using the key.
- encrypt password + "|" + timestamp