Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with main repo @ 9a282371 #20

Open
wants to merge 98 commits into
base: main
Choose a base branch
from
Open

Sync with main repo @ 9a282371 #20

wants to merge 98 commits into from

Conversation

blitzjs-bot
Copy link
Contributor

This PR was automatically generated.

Merge changes from blitzjs.com at 9a28237

The following files have conflicts and may need new translations:

Please fix the conflicts by pushing new commits to this pull request, either by editing the files directly on GitHub or by checking out this branch.

DO NOT SQUASH MERGE THIS PULL REQUEST!

Doing so will "erase" the commits from main and cause them to show up as conflicts the next time we merge.

amdolan and others added 30 commits March 23, 2021 19:26
Co-authored-by: JuanM04 <me@juanm04.com>
Co-authored-by: Andreas Bollig <andreas.bollig@gmail.com>
Co-authored-by: Abu Uzayr <abu.uzayr@builtforfifty.com>
Co-authored-by: François Best <francois@francoisbest.com>
Co-authored-by: Faraz Patankar <farazpatankar@gmail.com>
Co-authored-by: Eric Vicenti <ericvicenti@users.noreply.github.com>
Co-authored-by: Alex <alex@dolo.dev>
Co-authored-by: JuanM04 <me@juanm04.com>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Brandon Bayer <b@bayer.ws>
Co-authored-by: Andreas Bollig <andreas.bollig@gmail.com>
Co-authored-by: Abu Uzayr <abu.uzayr@builtforfifty.com>
Co-authored-by: François Best <francois@francoisbest.com>
Co-authored-by: Faraz Patankar <farazpatankar@gmail.com>
Co-authored-by: Eric Vicenti <ericvicenti@users.noreply.github.com>
Co-authored-by: Layne Geck <layne.geck@gmail.com>
Co-authored-by: gstranger <36181416+gstranger@users.noreply.github.com>
Co-authored-by: Andrea Rizzello <10348930+andrearizzello@users.noreply.github.com>
Co-authored-by: Brandon Bayer <b@bayer.ws>
Co-authored-by: Jahred Hope <jahredhope@gmail.com>
Co-authored-by: Fran Zekan <zekan.fran369@gmail.com>
* new maintainer TommasoBruno added

* href TommasoBruno maintainer changed
Added to `cli-start.mdx` & `cli-dev.mdx`
* typo fix

Small typo fix:
you'll need to do the
chech
=>
you'll need to do the
check

* Update session.create > session.$create

* Update api routes doc examples - no anon exports

* Edit preview mode doc examples - no anon exports

* Change export name to handler

* Change export name to handler
roshan-sama and others added 30 commits May 19, 2021 10:45
Co-authored-by: Roshan Manuel <Roshan,manuel@angelic-group.com>
If you try to copy-paste the examples there's a missing import
When you impersonate another use it would be a good idea to assumer their role too.

Most endpoints will be protected with some for of authorizer e.g. `resolver.authorize("seller")` or `resolver.authorize("buyer")`. 
If you try and invoke these endpoints as an admin, they all need to be changed to `resolver.authorize(["seller", "admin"])` or `resolver.authorize(["buyer", "admin"])` etc.

If you assume the role of the user you're impersonating, you don't need to change anything.

In terms of security: 
- `startImpersonating` should only be available to admins, so it should be secured with `resolver.authorize("admin")`.
- we can allow `stopImpersonating` to be called without a role restriction as it is: the code already checks if `impersonatingFromUserId` is present in the session. If present, the user simply regains whatever role they had before ("admin", "support", etc), otherwise the endpoint is no-op.
Co-authored-by: Roshan Manuel <Roshan,manuel@angelic-group.com>
Co-authored-by: Roshan Manuel <Roshan,manuel@angelic-group.com>
Co-authored-by: JuanM04 <me@juanm04.com>
Co-authored-by: Brandon Bayer <b@bayer.ws>
….mdx (#492)

* add some comments to getQueryKey and invalidateQuery

* add link to react query docs
…erQuery (#491)

* Add usecase "dynamic routing"

* Add reference to useParams, useParam and useRouterQuery

* typo, move link at useParams and useParam
* add test database to postgres docker docs

* clarified that test db must be different than main
Co-authored-by: Roshan Manuel <Roshan,manuel@angelic-group.com>
Co-authored-by: JuanM04 <me@juanm04.com>
Co-authored-by: Brandon Bayer <b@bayer.ws>
Co-authored-by: Roshan Manuel <31125563+Roesh@users.noreply.github.com>
Co-authored-by: Francesco Sardo <francesco.deploy@gmail.com>
Co-authored-by: Antony Kamp <tony.kamp@web.de>
Co-authored-by: Nikolay <enemycnt@users.noreply.github.com>
Co-authored-by: Andreas Thomas <dev@chronark.com>
Co-authored-by: Marek Orłowski <16357457+ormarek@users.noreply.github.com>
Co-authored-by: Brandon Bayer <b@bayer.ws>
Co-authored-by: Brandon Bayer <b@bayer.ws>
Co-authored-by: Lukas Neumann <l.neumann@layer9.berlin>
Co-authored-by: Nicolas <ntorres.dev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.