Access Token Created
++ Your new token has been created. Please copy it and store it + somewhere safe. You will not be able to see it again. +
+Create an Access Token
+ + + +Name
+ +Expires in
+ +Revoke Token
+ + + ++ Are you sure you want to revoke this Access Token? Any apps or + services using this token will no longer be able to access Linkwarden + using it. +
+ + +API Keys
+Access Tokens
Access Tokens
+ + + ++ Access Tokens can be used to access Linkwarden from other apps and + services without giving away your Username and Password. +
+ + + + {tokens.length > 0 ? ( + <> + + ++ | Name | +Created | +Expires | ++ |
---|---|---|---|---|
{i + 1} | +{token.name} | ++ {new Date(token.createdAt || "").toLocaleDateString()} + | ++ {new Date(token.expires || "").toLocaleDateString()} + | ++ + | +
API Keys (Soon)
- - - -This page will be for creating and managing your API keys.
- -
- For now, you can temporarily use your{" "}
-
- next-auth.session-token
-
{" "}
- in your browser cookies as the API key for your integrations.
-