hasura / ddn-docs

Repository for the Hasura DDN version of docs
https://hasura.io/docs
2 stars 6 forks source link

Recipes: Add authz #637

Closed robertjdominguez closed 1 month ago

robertjdominguez commented 1 month ago

Description 📝

This PR adds recipes for the identified authorization topics. Additionally, it cleans up some existing references and points users to these new docs.

This PR is best-reviewed commit-by-commit in the following order:

Quick Links 🚀

hasura-bot commented 1 month ago

Redirects 🔀

Hey, @robertjdominguez & @seanparkross — the following redirects will be needed for deployment:

# TEST ME: https://stage.hasura.io/docs/3.0/auth/authentication/jwt/special-roles/
location = /docs/3.0/auth/authentication/jwt/special-roles/ {
    return 301 https://$host/docs/3.0/OG-FILE-WAS-DELETED-REPLACE-ME-WITH-NEW-LOCATION;
}
hasura-bot commented 1 month ago

Hey, @robertjdominguez :wave:

Thanks for this PR! Since you changed docs files, our automated Action assigned Sean as your reviewer :tada:

Before Sean looks over the changes, we ask you to take care of a couple of items:

The docs team aims to get all PRs reviewed within 48 hours of your team doing a review in the form of a content pass. Let Sean know the level of urgency on Slack :+1:

cloudflare-workers-and-pages[bot] commented 1 month ago

Deploying v3-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 69f515f
Status: ✅  Deploy successful!
Preview URL: https://2ad01220.v3-docs-eny.pages.dev
Branch Preview URL: https://recipes-add-authz.v3-docs-eny.pages.dev

View logs

robertjdominguez commented 1 month ago

Thanks, @seanparkross — feedback addressed