mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-04 04:04:09 +00:00
10 lines
536 B
Markdown
10 lines
536 B
Markdown
# OAuth2
|
|
|
|
<a href="https://crates.io/crates/oauth2"><img src="https://img.shields.io/crates/v/oauth2.svg"></a>
|
|
[![Build Status](https://github.com/ramosbugs/oauth2-rs/actions/workflows/main.yml/badge.svg)](https://github.com/ramosbugs/oauth2-rs/actions/workflows/main.yml)
|
|
|
|
An extensible, strongly-typed implementation of OAuth2
|
|
([RFC 6749](https://tools.ietf.org/html/rfc6749)).
|
|
|
|
Documentation is available on [docs.rs](https://docs.rs/oauth2). Release notes are available on [GitHub](https://github.com/ramosbugs/oauth2-rs/releases).
|