(xter) is an identity gateway that allows applications to authenticate users using various identity sources.
Supported identity sources:
- GitHub
ExterOSS
ExterOSS is a pre-hosted Exter instance that is free to use for personal and open source projects.
ExterOSSdoes not provide any SLA! You are welcome to hostExteron your infrastructure.
Privacy Policy
Exterwill collect the following information:- User’s email address: to uniquely identify the user.
- User’s display name: for displaying purpose.
- How
Exterwould use the information:- Once the authentication is successful,
Exterforwards the above user information to the client application for further processing. Exterhas no further use of the user information.
- Once the authentication is successful,
- How
Exterwould store the user information:Exterstores the user information in short-live storage (session) with expiry.- The client application may also store the user information. It is outside the scope of
Exter. Should the user do not want the client application to receive the information, simply cancel the authentication flow.
- How users request their information to be removed:
Exterstores the user information in short-live storage, called session, with expiry. At the expiry time, the session data is automatically removed. There is no further action required from the user.- The client application may have a different policy handling user’s information. It is outside the scope of
Exter. Users may need to review the client application’s privacy policy for any detail.
Technical Info
- Exter version:
latest build - URL Home:
https://exteross.gpvcloud.com/ - URL Login:
https://exteross.gpvcloud.com/app/xlogin - URL Check login:
https://exteross.gpvcloud.com/app/xcheck - API info:
GET https://exteross.gpvcloud.com/info - API verifyLoginToken:
POST https://exteross.gpvcloud.com/api/verifyLoginToken
See Exter’s GitHub repository for documentations.