{"id":19517239,"url":"https://github.com/polyvariant/sttp-oauth2","last_synced_at":"2025-12-17T00:37:15.475Z","repository":{"id":37022694,"uuid":"319656419","full_name":"polyvariant/sttp-oauth2","owner":"polyvariant","description":"OAuth2 client library implemented in Scala using sttp","archived":false,"fork":false,"pushed_at":"2024-08-21T21:08:16.000Z","size":1823,"stargazers_count":77,"open_issues_count":37,"forks_count":23,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-25T05:11:59.797Z","etag":null,"topics":["cats-effect","oauth2","scala","sttp"],"latest_commit_sha":null,"homepage":"https://sttp-oauth2.polyvariant.org","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/polyvariant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-08T14:03:13.000Z","updated_at":"2025-03-22T18:27:29.000Z","dependencies_parsed_at":"2023-10-17T05:44:49.078Z","dependency_job_id":"4f9ee18a-7005-49c1-a4ed-3ef14894564c","html_url":"https://github.com/polyvariant/sttp-oauth2","commit_stats":null,"previous_names":["ocadotechnology/sttp-oauth2"],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyvariant%2Fsttp-oauth2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyvariant%2Fsttp-oauth2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyvariant%2Fsttp-oauth2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polyvariant%2Fsttp-oauth2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polyvariant","download_url":"https://codeload.github.com/polyvariant/sttp-oauth2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248359183,"owners_count":21090490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cats-effect","oauth2","scala","sttp"],"created_at":"2024-11-11T00:01:17.178Z","updated_at":"2025-12-17T00:37:15.424Z","avatar_url":"https://github.com/polyvariant.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"[release]:       https://github.com/polyvariant/sttp-oauth2/releases/latest\n[release-badge]: https://img.shields.io/github/release/polyvariant/sttp-oauth2.svg\n\n# sttp-oauth2 - OAuth2 client library for Scala\n\nThis library aims to provide easy integration with OAuth2 providers based on [OAuth2 RFC](https://tools.ietf.org/html/rfc6749) using [sttp](https://github.com/softwaremill/sttp) client. It uses [circe](https://github.com/circe/circe) for JSON serialization/deserialization.\n\nCurrently it supports methods (grant types) for obtaining authorization:\n - [Authorization code](https://tools.ietf.org/html/rfc6749#section-4.1)\n - [Password grant](https://tools.ietf.org/html/rfc6749#section-4.3)\n - [Client credentials](https://tools.ietf.org/html/rfc6749#section-4.4)\n\n## Quick start\n\nTo use this library add the following dependency to your `build.sbt`\n\nVersions 0.19.0 and newer\n\n```scala\n\"org.polyvariant\" %% \"sttp-oauth2\" % \"x.y.z\"\n```\n\nVersions up to 0.18.0\n\n```scala\n\"com.ocadotechnology\" %% \"sttp-oauth2\" % \"x.y.z\"\n```\n\nThe latest release is: [![release-badge][]][release]\n\n## Documentation\n\nVisit the documentation at [https://sttp-oauth2.polyvariant.org](https://sttp-oauth2.polyvariant.org) for usage instructions.\n\n## Contributing\n\nFeel free to submit feature requests and bug reports under Issues.\n\n## License\n\nsttp-oauth2 is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) (the \"License\"); you may not use this software except in compliance with the License.\n\n## Honorable mentions\n\nsttp-oauth2 was initially created by [Ocado Technology](https://github.com/ocadotechnology) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyvariant%2Fsttp-oauth2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolyvariant%2Fsttp-oauth2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolyvariant%2Fsttp-oauth2/lists"}