mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
persisting_sensitive_data.md: fix link
This commit is contained in:
parent
1feae7016e
commit
531b6c6412
@ -1,6 +1,6 @@
|
||||
[//]: # (title: Persisting Sensitive Data)
|
||||
|
||||
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
<!-- Copyright 2000-2021 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
The Credentials Store API allows you to store sensitive user data securely, like passwords, server URLs, etc.
|
||||
|
||||
@ -48,6 +48,6 @@ 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://wiki.gnome.org/Projects/Libsecret
|
||||
[linux2]: https://wiki.gnome.org/Projects/Libsecret
|
||||
|
||||
Users can override the default behavior in Preferences \| Appearance & Behavior \| System Settings \| Passwords.
|
||||
Users can override the default behavior in <menupath>Settings/Preferences | Appearance & Behavior | System Settings | Passwords</menupath>.
|
Loading…
x
Reference in New Issue
Block a user