ember-rails-oauth-example
ember-rails-oauth-example copied to clipboard
OAuth2::Error
I have got the following error message, when I tried to run: "OAuth2::Error : {"error":{"message":"This authorization code has been used.","type":"OAuthException","code":100}}
Rails.root: /home/action/workspace/szabolcs
Application Trace | Framework Trace | Full Trace Request
Parameters:
{"code"=>"AQA60MMMbXUcG8JHo6HISIPU5p9PkZVkihAlizUOahBudLdVR9B8rmqOweoe6Hk1uL0lu3USfhOYSqyZAZzfdaLFdpfFu6UE4nxJ7EMYboq6MgHyA0UNVKqlJbIaQtUJ9j-KxQORDBG4TVQ3f2wb17WzYCC7tdxjIgY01dYKwg_Y6NWTo3Kses3AiO2BS7QCUv_MignB9D9J9muzJRH7E_KT55NspvsbuOWFApKUUZgDivMC0KNCFe4oDiFyUTDhKEvwPz2esIP9XHPxiIWkwovRMD3h16DMV27q8nXZdeV2_NXj9qF84kJSuT9wsYgOJsw", "state"=>"32edb50419aa250bee93c0814e5fdb416396b94b65928bb4"} "
Actually if you're looking for a sweet way to do authentication you might want to check out Emberkit which Tom Dale and Alex Speller put out. I've started switching over to its' method.
It's $39 to use it as a learning resource, $250 to just start building off of. You could mix my method of having multiple authentications in with their method of session authentication.
I'll try to check this out for myself later on, I don't remember getting any errors like that. Was this just a brand new setup from the repo?