Skip to content

Commit

Permalink
fix(docs): add Cedarling quick start guide and binding type documents (
Browse files Browse the repository at this point in the history
…#10906)

* fix(docs): add binding types doc

Signed-off-by: ossdhaval <[email protected]>

* fix(docs): add quick start guide

Signed-off-by: ossdhaval <[email protected]>

---------

Signed-off-by: ossdhaval <[email protected]>
  • Loading branch information
ossdhaval authored Feb 26, 2025
1 parent b47ca75 commit bc0686f
Show file tree
Hide file tree
Showing 7 changed files with 421 additions and 15 deletions.
Binary file added docs/assets/cedarling-add-policy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/cedarling-copylink.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/cedarling-policy-designer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/cedarling-policy-store-name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/cedarling-select-repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 15 additions & 6 deletions docs/cedarling/cedarling-binding-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,23 @@ tags:

# Bindings Offered by Cedarling

## This content is in progress
Cedarling bindings offer ways to integrate Cedarling with apps running in
various execution environments.

The Janssen Project documentation is currently in development. Topic pages are being created in order of broadest relevance, and this page is coming in the near future.
## Browser apps

## Have questions in the meantime?
Cedarling can run in a browser alongside JavaScript
application using [WASM binding](./cedarling-wasm.md).

While this documentation is in progress, you can ask questions through [GitHub Discussions](https://github.com/JanssenProject/jans/discussions) or the [community chat on Gitter](https://gitter.im/JanssenProject/Lobby). Any questions you have will help determine what information our documentation should cover.
## Mobile apps

## Want to contribute?
Cedarling provides [UniFFI interface binding](./uniffi/cedarling-uniffi.md) to integrate with mobile applications running on [Android](./uniffi/cedarling-android.md)
or [iOS](./cedarling-ios.md).

## Server side applications

Applications running on server can leverage
Cedarling [sidecar](./cedarling-sidecar.md) to integrate Cedarling. For instance,
a [load balancer](./cedarling-krakend.md) can run sidecar container and use it
to perform server-side authorization checks.

If you have content you'd like to contribute to this page in the meantime, you can get started with our [Contribution guide](https://docs.jans.io/head/CONTRIBUTING/).
Loading

0 comments on commit bc0686f

Please sign in to comment.