Skip to content
#

docusaurus

Here are 270 public repositories matching this topic...

Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.

  • Updated Dec 15, 2021
  • JavaScript
photomoose
photomoose commented Aug 24, 2021

The xmldoc package adds additional newlines when manipulating the .csproj file to add the output path and msbuild task (not sure whether this affects Windows users, but definitely affects MacOS users). Although functionality is not impacted, the additional whitespace looks a bit unsightly, especially when creating xunit test projects, which bring in several PackageReferences.

For example:

`

docs
balazsorban44
balazsorban44 commented Sep 20, 2021

Currently, we don't have a token rotation mechanism built-in, so we have the following tutorial users can look at:

https://next-auth.js.org/tutorials/refresh-token-rotation

Storing refresh_token in a cookie is not a good idea.

We should refactor the tutorial to use an adapter instead.

At the very least we should mention that if someone absolutely decides to use a JWT, encryption is a

Improve this page

Add a description, image, and links to the docusaurus topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the docusaurus topic, visit your repo's landing page and select "manage topics."

Learn more