From 7e110c97aa0c2d2bbd21af58217b4383bf909981 Mon Sep 17 00:00:00 2001 From: Filip Grebowski Date: Tue, 28 Jan 2025 11:58:46 +0000 Subject: [PATCH] What did you learn & fun facts --- docs/overview/access-requests-and-approvals.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/overview/access-requests-and-approvals.mdx b/docs/overview/access-requests-and-approvals.mdx index cb552033..c08ad9cb 100644 --- a/docs/overview/access-requests-and-approvals.mdx +++ b/docs/overview/access-requests-and-approvals.mdx @@ -120,3 +120,17 @@ and **configured [Permit](https://app.permit.io) for your app**. You’re now ready to embed Permit Elements, giving your users the ability to handle access requests and approvals seamlessly. With everything in place, your app is equipped for **secure, efficient access management**. + +## What did you learn? + +You should have learned how to: + +- Integrate **access requests and approvals** into your app with **Permit Elements**. +- Configure key components like **JWKS** and the **Policy Decision Point** for secure workflows. +- **Customize** and **embed Permit Elements** to match your app’s design and functionality. + +:::tip FUN FACT +The concept of access requests and approvals dates back to ancient Egypt! In the time of the pharaohs, scribes used clay seals +as "approvals" to access royal documents or treasure rooms. These seals acted as both a request and an authorization tool, much +like modern-day digital workflows. +:::