An open API service indexing awesome lists of open source software.

https://github.com/green-coder/reitit-oauth2

Adaptation of ring-oauth2 to reitit routes + example of usage
https://github.com/green-coder/reitit-oauth2

clojure oauth2 reitit

Last synced: 10 months ago
JSON representation

Adaptation of ring-oauth2 to reitit routes + example of usage

Awesome Lists containing this project

README

          

## Reitit-oauth2

This is a fork of [`ring-oauth2`](https://github.com/weavejester/ring-oauth2) designed to provide routes for a Reitit router rather than acting as a ring middleware.

See in `example/` on how to use it.

It won't be further maintained, won't be published as a library, use it as you want.

## License

Released under the MIT License, same as the [`ring-oauth2`](https://github.com/weavejester/ring-oauth2) project.