lancejpollard / authlogic-connect

Instant Oauth and OpenID support for your Rails and Sinatra Apps
MIT License
148 stars 27 forks source link

migrations and rails2 example appear to be out of date #29

Open avioing opened 14 years ago

avioing commented 14 years ago

hi there, great gem, thanks for all the work!

seems the migrations included and the rails 2 example appear to be out of sync with the code.

in terms of migrations:

1) the code expects "access_tokens" table, not "tokens" which is currently in the included migrations

2) the code expects "token" field in the "access_tokens" table, which is currently missing from the included migration.

cheers