Can you provide USGN API interface for developing USGN account to log in to our website?
Forum
Request USGN account interface
Request 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 09:28:44 am
DC has writtenYou 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?
TobyInChina: Your page will forward the user to UnrealSoftware where they'll have to log in and will be forwarded back to your page. Your page can then verify the user by using the API provided. You yourself will never check the USGN password, that would be super insecure.
1

Offline