Skip to content

Commit

Permalink
Add more column for user info
Browse files Browse the repository at this point in the history
  • Loading branch information
nowa committed Jun 1, 2021
1 parent 7102860 commit 40fb6e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omniauth/feishu/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Omniauth
module Feishu
VERSION = "0.1.4"
VERSION = "0.1.5"
end
end
1 change: 1 addition & 0 deletions lib/omniauth/strategies/feishu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class NoAppAccessTokenError < StandardError; end
user_id: raw_info['user_id'],
union_id: raw_info['union_id'],
open_id: raw_info['open_id'],
en_name: raw_info['en_name'],
app_access_token: @app_access_token
}
end
Expand Down

0 comments on commit 40fb6e7

Please sign in to comment.