iT邦幫忙

1

【rails】串接Google第三方登入失敗,Authentication failure! authenticity_error

  • 分享至 

  • xImage
  •  

此時此刻看著這篇文章的你,是否也遇到下圖的錯誤訊息,反覆檢查程式碼,也確實參照官方文件1官方文件2,但就是驗證失敗/images/emoticon/emoticon02.gif/images/emoticon/emoticon02.gif/images/emoticon/emoticon02.gif
https://ithelp.ithome.com.tw/upload/images/20220330/20147393tZZfwPwVOr.jpg

簡要來說就是驗證出了一些問題

解決方案是到 Gemfile 加入這個套件

gem "omniauth-rails_csrf_protection"

加入後,記得執行

bundle install

希望有幫助到一些同樣遇到問題的人
那麼我們下次再見囉~~~

參考文件:

  1. https://stackoverflow.com/questions/66086606/could-not-authenticate-you-from-googleoauth2-because-authenticity-error
  2. https://github.com/cookpad/omniauth-rails_csrf_protection

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 則留言

0
逮丸逮丸
iT邦大師 1 級 ‧ 2022-04-08 08:15:06

很好的經驗之談...

我要留言

立即登入留言