Skip to content

Commit

Permalink
Bump changelog and readme #29
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrodziski committed Sep 3, 2021
1 parent 474ac9a commit 6a00805
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -11,11 +11,11 @@ keycloak-clojure {:mvn/version "1.17.16"}

The [reference documentation is available on cljdoc](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure).

- **[Concepts](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure/1.17.14/doc/security-concepts)**: Keycloak implements the concepts of the OAuth and OIDC protocols as well as its own concepts. This section explains these concepts and their purpose
- **[Setup](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure/1.17.14/doc/run-keycloak)**: this section exposes an easy way to install Keycloak on your development machine through Docker
- **[Administration](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure/1.17.14/doc/administrative-tasks)**: the administration tasks allows to create the different Keycloak resources used later when securing the application
- **[Frontend](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure/1.17.14/doc/securing-a-frontend)**: this section explains how to secure a typical SPA frontend
- **[Backend](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure/1.17.14/doc/securing-a-backend)**: this section explains how to secure an API backend
- **[Concepts](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure/1.17.16/doc/security-concepts)**: Keycloak implements the concepts of the OAuth and OIDC protocols as well as its own concepts. This section explains these concepts and their purpose
- **[Setup](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure/1.17.16/doc/run-keycloak)**: this section exposes an easy way to install Keycloak on your development machine through Docker
- **[Administration](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure/1.17.16/doc/administrative-tasks)**: the administration tasks allows to create the different Keycloak resources used later when securing the application
- **[Frontend](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure/1.17.16/doc/securing-a-frontend)**: this section explains how to secure a typical SPA frontend
- **[Backend](https://cljdoc.org/d/keycloak-clojure/keycloak-clojure/1.17.16/doc/securing-a-backend)**: this section explains how to secure an API backend



0 comments on commit 6a00805

Please sign in to comment.