10000 GitHub - bravecollective/eve-sso-token-decode
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bravecollective/eve-sso-token-decode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EVE SSO Token Decode

A simple web application that decodes an EVE Online SSO JSON web token. It does not verify the token signature or any other data.

Provides different URLs for results that are compatible with different OAuth2 providers. Available providers:

Notes

The generated username is based on the EVE character name. Invalid characters are replaced with an underscore. It is not guaranteed that it will be unique should EVE allow more characters than it does now (July 2024) or if an EVE character was deleted and recreated with the same name.

Install

Requires an HTTP Server with PHP >= 8.1 support.

  • Clone the repository.
  • Copy app.ini.dist to app.ini and adjust values.
  • Point the directory root of your webserver to the public directory.

How to Use

You can use the URL for applications that support login via OAuth2 but do not support EVE Online directly. For example, use this as the "Profile URL" with the "Gitea" provider with custom URLs for Forgejo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%
0