Skip to content

Commit 90f2103

Browse files
committed
blog the new user scopes
1 parent 791e339 commit 90f2103

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
kind: change
3+
title: New User scopes
4+
created_at: 2013-01-08
5+
author_name: technoweenie
6+
---
7+
8+
We've added a [few new user scopes][scopes] for 3rd party applications that want very
9+
specific user functionality. The `user:email` scope gives apps read-only access
10+
to a user's private email addresses. The `user:follow` scope lets a user
11+
follow and unfollow other users.
12+
13+
This should help keep applications from requiring the `user` scope, which
14+
can be potentially dangerous.
15+
16+
We also added an read-only endpoint to get a user's public SSH keys.
17+
18+
GET https://api.github.com/users/technoweenie/keys
19+
20+
[scopes]: http://developer.github.com/v3/oauth/#scopes
21+
[keys]: http://developer.github.com/v3/users/keys/#list-public-keys-for-a-user
22+

0 commit comments

Comments
 (0)