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
- Host: GitHub
- URL: https://github.com/green-coder/reitit-oauth2
- Owner: green-coder
- License: mit
- Created: 2021-07-04T13:00:12.000Z (over 4 years ago)
- Default Branch: made-in-taiwan
- Last Pushed: 2021-07-04T18:47:50.000Z (over 4 years ago)
- Last Synced: 2025-02-28T06:30:44.834Z (10 months ago)
- Topics: clojure, oauth2, reitit
- Language: Clojure
- Homepage:
- Size: 4.88 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.