Skip to content

Commit 282e7bd

Browse files
authored
Merge pull request #12 from lmalhoit/patch-6
Added word "access" - missing from sentence
2 parents e65e49f + 0b68c45 commit 282e7bd

File tree

1 file changed

+1
-1
lines changed
  • labs/coding-101-rest-basics-ga

1 file changed

+1
-1
lines changed

labs/coding-101-rest-basics-ga/3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Choose one of the following http methods:
2626

2727
### About Authentication
2828

29-
Authentication controls whether a user user can access a specific API endpoint and how they can it. For example, one user might have read-only privileges, which they can only make API calls that read data. Another user might have read and change (add, edit, delete) privileges to every endpoint, which means they can make any API call. These access rights are typically-based upon assigned user roles such as *Administrator*, which grants a user full rights to change data, and *User*, which grants read-only access.
29+
Authentication controls whether a user user can access a specific API endpoint and how they can access it. For example, one user might have read-only privileges, which they can only make API calls that read data. Another user might have read and change (add, edit, delete) privileges to every endpoint, which means they can make any API call. These access rights are typically-based upon assigned user roles such as *Administrator*, which grants a user full rights to change data, and *User*, which grants read-only access.
3030

3131
REST APIs have three common methods to authenticate users:
3232

0 commit comments

Comments
 (0)