Skip to content
Snippets Groups Projects
README.md 2.05 KiB
Newer Older
Gabriel Zachmann's avatar
Gabriel Zachmann committed
![mytoken logo](mytoken.png)
[![License](https://img.shields.io/github/license/oidc-mytoken/server.svg)](https://github.com/oidc-mytoken/server/blob/master/LICENSE)
Gabriel Zachmann's avatar
Gabriel Zachmann committed
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/oidc-mytoken/server)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/oidc-mytoken/server/Go)
Gabriel Zachmann's avatar
Gabriel Zachmann committed
[![Go Report](https://goreportcard.com/badge/github.com/oidc-mytoken/server)](https://goreportcard.com/report/github.com/oidc-mytoken/server)
Gabriel Zachmann's avatar
Gabriel Zachmann committed
[![DeepSource](https://deepsource.io/gh/oidc-mytoken/server.svg/?label=active+issues&show_trend=true)](https://deepsource.io/gh/oidc-mytoken/server/?ref=repository-badge)
[![Release date](https://img.shields.io/github/release-date/oidc-mytoken/server.svg)](https://github.com/oidc-mytoken/server/releases/latest)
[![Release version](https://img.shields.io/github/release/oidc-mytoken/server.svg)](https://github.com/oidc-mytoken/server/releases/latest)
<!-- [![Code size](https://img.shields.io/github/languages/code-size/oidc-mytoken/server.svg)](https://github.com/oidc-mytoken/server/tree/master) -->
Gabriel Zachmann's avatar
Gabriel Zachmann committed
# mytoken
Gabriel Zachmann's avatar
Gabriel Zachmann committed
`Mytoken` is a web service to obtain OpenID Connect Access Tokens in an easy but secure way for extended periods of time
and across multiple devices. In particular, `mytoken` was developed to provide OIDC Access Tokens to long-running
compute jobs.
Gabriel Zachmann's avatar
Gabriel Zachmann committed
Access Tokens can be obtained via so-called **`mytokens`**: A new token type that can be easily used as a Bearer token
from any device. These `mytokens` can be restricted according to the particular use case to only allow the needed
privileges..
Gabriel Zachmann's avatar
Gabriel Zachmann committed
Documentation is available at [https://mytoken-docs.data.kit.edu/](https://mytoken-docs.data.kit.edu/).
Gabriel Zachmann's avatar
Gabriel Zachmann committed
The mytoken command line client can be found
at [https://github.com/oidc-mytoken/client](https://github.com/oidc-mytoken/client).

A demo instance of mytoken is running at [https://mytoken.data.kit.edu/](https://mytoken.data.kit.edu/).
Gabriel Zachmann's avatar
Gabriel Zachmann committed

A go library for interacting with the mytoken server can be found
at [https://github.com/oidc-mytoken/lib](https://github.com/oidc-mytoken/lib).