This package browser is in early development. Mind the rough edges.

oauth2ms

XOAUTH2 compatible Microsoft Office 365 token fetcher

Oauth2ms can be used to fetch OAuth 2.0 tokens from the Microsoft Identity endpoint. Additionally, it can encode the token in the XOAUTH2 format to be used as authentication in IMAP mail servers.

Installation

Install the latest version of oauth2ms as follows:

guix install oauth2ms

Or install a particular version:

guix install oauth2ms@0.0.0-0.a1ef0ca

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of oauth2ms about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/oauth2ms'><img src='https://packages.guix.gnu.org/packages/oauth2ms/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/oauth2ms/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/oauth2ms)

Example Org:

[[https://packages.guix.gnu.org/packages/oauth2ms][https://packages.guix.gnu.org/packages/oauth2ms/badges/latest-version.svg]]