Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkobejs/zio-google-cloud-oauth2
Google Oauth 2.0 for Scala
https://github.com/jkobejs/zio-google-cloud-oauth2
google-auth scala zio
Last synced: 3 months ago
JSON representation
Google Oauth 2.0 for Scala
- Host: GitHub
- URL: https://github.com/jkobejs/zio-google-cloud-oauth2
- Owner: jkobejs
- License: apache-2.0
- Archived: true
- Created: 2019-12-27T11:50:09.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-30T18:06:44.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T01:17:11.046Z (6 months ago)
- Topics: google-auth, scala, zio
- Language: Scala
- Homepage: https://jkobejs.github.io/zio-google-cloud-oauth2/
- Size: 319 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
- awesome-zio - zio-google-cloud-oauth2 - zio-google-cloud-ouath2 is effectful API for [Google OAuth 2.0](https://developers.google.com/identity/protocols/OAuth2) flows for Scala. (HTTP)
README
# Google Oauth 2.0 for Scala
**zio-google-cloud-ouath2** is effectful API for [Google OAuth 2.0][google-oauth] flows for Scala.
[![Build Status](https://travis-ci.com/jkobejs/zio-google-cloud-oauth2.svg?branch=master)](https://travis-ci.com/jkobejs/zio-google-cloud-oauth2)
[![Latest Version](https://maven-badges.herokuapp.com/maven-central/io.github.jkobejs/zio-google-cloud-oauth2_2.12/badge.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A"io.github.jkobejs"%20zio-google-cloud-oauth2)
[![License](http://img.shields.io/:license-Apache%202-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)Please proceed to the [microsite][microsite] for more information.
[google-oauth]: https://developers.google.com/identity/protocols/OAuth2
[microsite]: https://jkobejs.github.io/zio-google-cloud-oauth2/### 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)