mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
persisting_sensitive_data.md: fix link
This commit is contained in:
parent
f1dab00bf5
commit
bd3836b386
@ -1,8 +1,8 @@
|
||||
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
# Persisting Sensitive Data
|
||||
|
||||
<link-summary>Storing passwords, tokens and other sensitive data securely with Credentials Store API.</link-summary>
|
||||
<link-summary>Storing passwords, tokens, and other sensitive data securely with Credentials Store API.</link-summary>
|
||||
|
||||
The Credentials Store API allows you to store sensitive user data securely, like passwords, server URLs, etc.
|
||||
|
||||
@ -56,7 +56,7 @@ The default storage format depends on the OS.
|
||||
|
||||
[Windows]: https://keepass.info
|
||||
[macOS]: https://developer.apple.com/documentation/security/keychain_services
|
||||
[linux]: https://specifications.freedesktop.org/secret-service/latest/
|
||||
[linux]: https://specifications.freedesktop.org/secret-service-spec/latest/
|
||||
[linux2]: https://wiki.gnome.org/Projects/Libsecret
|
||||
|
||||
Users can override the default behavior in <ui-path>Settings | Appearance & Behavior | System Settings | Passwords</ui-path>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user