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.
- Versions: 0.0.0-0.a1ef0ca
- Website: https://github.com/harishkrupo/oauth2ms
- Licenses: ASL 2.0
- Package source: gnu/packages/python-web.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]