Allow omniauth 2.0, specify user URL as https

This commit is contained in:
ErickSkrauch
2023-11-04 02:57:18 +01:00
parent 206fd5f3e3
commit 4ff4af6897
5 changed files with 78 additions and 69 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
module OmniAuth
module Ely
VERSION = '0.2.0'
VERSION = '0.2.1'
end
end
+1 -1
View File
@@ -40,7 +40,7 @@ module OmniAuth
end
def profile_url
'http://ely.by/u' + raw_info['id'].to_s
'https://ely.by/u' + raw_info['id'].to_s
end
def callback_url