Skip to content
Google Oauth 2.0 for Scala
Scala Shell
Branch: develop
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
core/src
docs
http4s/src remove not needed files Jan 26, 2020
project
scripts
.gitignore
.jvmopts
.sbtopts
.scalafmt.conf
.travis.yml
License.txt
README.md
build.sbt

README.md

Google Oauth 2.0 for Scala

zio-google-cloud-ouath2 is effectful API for Google OAuth 2.0 flows for Scala.

Build Status Latest Version License

Please proceed to the microsite for more information.

Note on milestones:

Our Notation for versions is:

X.X.X
^ ^ ^____Minor
| |______Major
|________Complete redesign (i.e scalaz 7 vs 8)  

All x.x.x-Mx releases are milestone releases. Thus, we do not guarantee binary compatibility or no api-breakage until a concrete version(i.e 0.0.1). We aim to keep userland-apis relatively stable, but internals shift as we find better/more performant abstractions.

We will guarantee compatibility between minor versions (i.e 0.0.1 => 0.0.2) but not major versions (0.0.1 => 0.1.0)

You can’t perform that action at this time.