Can you provide USGN API interface for developing USGN account to log in to our website?
Forum
Unreal Software Request USGN account interfaceRequest USGN account interface
3 replies 1
Can you provide USGN API interface for developing USGN account to log in to our website?
http://www.unrealsoftware.de/dev.php
You should also maintain your own database which stores connected accounts and related data. You should also save an access token locally in a cookie or whatever which is then used for logins.
If the cookie is deleted (logout)/not stored (setting/anonymous mode) people will have to go through the connect process again to access their account.
edited 1×, last 04.04.20 11:28:44 am
DC has written
You can basically already do that using the connect feature
http://www.unrealsoftware.de/dev.php
You should also maintain your own database which stores connected accounts and related data. You should also save an access token locally in a cookie or whatever which is then used for logins.
If the cookie is deleted (logout)/not stored (setting/anonymous mode) people will have to go through the connect process again to access their account.
http://www.unrealsoftware.de/dev.php
You should also maintain your own database which stores connected accounts and related data. You should also save an access token locally in a cookie or whatever which is then used for logins.
If the cookie is deleted (logout)/not stored (setting/anonymous mode) people will have to go through the connect process again to access their account.
Thank you very much.
But how to check USGN password?
1