File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
lib/omniauth/google_oauth2 Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## 1.0.1 - 2022-03-10
5+
6+ ### Added
7+ - Output granted scopes in credentials block of the auth hash.
8+ - Migrated to GitHub actions.
9+
10+ ### Deprecated
11+ - Nothing.
12+
13+ ### Removed
14+ - Nothing.
15+
16+ ### Fixed
17+ - Overriding the ` redirect_uri ` via params or JSON request body.
18+
419## 1.0.0 - 2021-03-14
520
621### Added
Original file line number Diff line number Diff line change 217217For your views you can login using:
218218
219219``` erb
220- <%# omniauth-google-oauth2 1.0.0 uses OmniAuth 2 and requires using HTTP Post to initiate authentication: %>
220+ <%# omniauth-google-oauth2 1.0.x uses OmniAuth 2 and requires using HTTP Post to initiate authentication: %>
221221<%= link_to "Sign in with Google", user_google_oauth2_omniauth_authorize_path, method: :post %>
222222
223223<%# omniauth-google-oauth2 prior 1.0.0: %>
Original file line number Diff line number Diff line change 22
33module OmniAuth
44 module GoogleOauth2
5- VERSION = '1.0.0 '
5+ VERSION = '1.0.1 '
66 end
77end
You can’t perform that action at this time.
0 commit comments