{
	"name": "Lucia",
	"description": "Lucia is an open source auth library that abstracts away the complexity of handling sessions.",
	"domain": "https://v3.lucia-auth.com",
	"twitter": "@lucia_auth",
	"sidebar": [
		{
			"title": "Start here",
			"pages": [
				["Getting-started", "/getting-started"],
				["Database", "/database"],
				["Upgrade to v3", "/upgrade-v3"],
				["v2 documentation", "https://v2.lucia-auth.com"]
			]
		},
		{
			"title": "Tutorials",
			"pages": [
				["GitHub OAuth", "/tutorials/github-oauth"],
				["Username and password", "/tutorials/username-and-password"]
			]
		},
		{
			"title": "Basics",
			"pages": [
				["Sessions", "/basics/sessions"],
				["Users", "/basics/users"],
				["Configuration", "/basics/configuration"]
			]
		},
		{
			"title": "Guides",
			"pages": [
				["Validate session cookies", "/guides/validate-session-cookies"],
				["Validate bearer tokens", "/guides/validate-bearer-tokens"],
				["OAuth", "/guides/oauth"],
				["Email and password", "/guides/email-and-password"],
				["Troubleshooting", "/guides/troubleshooting"],
				["Passkeys", "/guides/passkeys"],
				["Improving sessions", "/guides/improving-sessions"]
			]
		},
		{
			"title": "API reference",
			"pages": [["lucia", "/reference/main", "code"]]
		},
		{
			"title": "Community",
			"pages": [
				["Discord", "https://discord.com/invite/PwrK3kpVR3"],
				["GitHub", "https://github.com/lucia-auth/lucia"],
				["Twitter", "https://twitter.com/lucia_auth"]
			]
		}
	]
}
