Google Oauth 2.0 for Scala

Effectfull API for Google OAuth 2.0 flows for Scala which is constrained by cats effect Sync typeclass. Currently it supports only server to server interaction.

Quick start

The current version is 0.0.1 for Scala 2.11/12 with

To use library publish it locally.

scalacOptions += "-Ypartial-unification" // 2.11.9+

libraryDependencies += "com.jkobejs" %% "google-oauth4s" % "0.0.1"

Server to server

Examples of server to server auth.