Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 19, 2019
1 parent afaddeb commit 8ff415c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.

This file was deleted.

3 changes: 2 additions & 1 deletion resources/js/components/Clients.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@
<input type="checkbox" v-model="createForm.confidential">
</label>
</div>

<span class="form-text text-muted">
Require the client to authenticate with a secret.
Require the client to authenticate with a secret. Confidential clients can hold credentials in a secure way without exposing them to unauthorized parties. Public applications, such as native desktop or JavaScript SPA applications, are unable to hold secrets securely.
</span>
</div>
</div>
Expand Down

0 comments on commit 8ff415c

Please sign in to comment.