pink-gorilla / oauth2

0 stars 0 forks source link

oauth2 GitHub Actions status |pink-gorilla/oauth2Clojars Project

core features

configuration

demo

cd demo
clj -X:webly:npm-install
clj -X:webly:compile
clj -X:webly:run

Open a webbrowser on port 8080



## gorilla dependencies

- permission (define users and their permissions)
- clj-service (expose clj functions via websocket and ring-handler)
- modular (edn persistence)

# how to use tokens (for example in rest api):

Have a look at [pink-gorilla/rest](https://github.com/pink-gorilla/rest) for rest-apis that use oauth2 tokens generated via this library.