* website/integrations: mastodon: set correct uid field Setting the `OIDC_UID_FIELD` as `sub` created users on Mastodon with random usernames. Once this was changed to `preferred_username`, new users were created with their usernames set in authentik. My assumption is that users would wish to have the same username rather than have a random one generated. Signed-off-by: 4d62 <github-user@sdko.org> * website/integrations: mastodon: apply review suggestions A: https://github.com/goauthentik/authentik/pull/11945#pullrequestreview-2427160470 B: https://github.com/goauthentik/authentik/pull/11945#discussion_r1837134142 Signed-off-by: 4d62 <github-user@sdko.org> --------- Signed-off-by: 4d62 <github-user@sdko.org>
Website
This website is built using Docusaurus 2, a modern static website generator.
Installation
npm ci
Local Development
npm run watch
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
Build
npm run build
This command generates static content into the build directory and can be served using any static contents hosting service.