shadcn
                                            shadcn
                                        
                                    @fiasco I'll take a look at it. My main concern right now is how to merge this in a backward compatible way. I've also been looking into this and trying...
We're looking into this. We shipped the 1.0 with `simple_oauth` but we're looking into adding support for other authentication methods as well.
Hmm interesting. I can see this enabling front-end teams to work independently from Drupal. I'll look into this.
Right on! We are looking into it. On the roadmap for 2.0.0 (by popular demand) is abstracting the JSON:API consumer into a client you can use outside of Next.js. I'll...
@laurencefass Thanks for reporting back. I'll look into it and see if the patch is obsolete and if we need a new one.
Yep. I had to edit this directly for this demo: https://twitter.com/shadcn/status/1491853030396141568 This could be handled in the `NextPreviewer` plugin or per entity type to be more flexible. Let's see.
+1 for configurable per entity type.
@Elendev This looks similar to the changes I had to do to make the POC work (regarding the handling of slug for the entity). > all the changes below have...
@fiasco I see. This has been discussed here: #217 Let's hash this out on the other issue? (This issue here is for adding support for https://www.drupal.org/project/jsonapi_node_preview) Thanks
Is this resulting into multiple tokens creating when running `yarn dev`? I've been looking for a solution for a while now. We implemented an in-memory cache + a larger value...