Lance Pollard
Lance Pollard
This was super excellent! Now to figure out how to create a cryptographically proper package :) Any tips?
[Here](https://github.com/phusion/netdata-ubuntu-16.04) is the rest of the tutorial :p [Here](https://github.com/phusion/passenger_apt_automation/tree/23a83083a89a4cfa59a69b731b68dffa7a089718) is another.
When I do this in my Gemfile for the [authlogic-connect-example](http://github.com/viatropos/authlogic-connect-example/blob/master/Gemfile): ``` gem "authlogic-connect", :git => "[email protected]:viatropos/authlogic-connect.git" ``` And then run `bundle install`, I get this output: ``` Using authlogic-connect (0.0.6)...
I'll look into this, thanks.
can you describe the expected result/functionality? In the Rails 3 example app, `params[:user_session]` is nil, and the rest we handle in the background. What exactly are you trying to do?...
cool, makes sense. There's a lot to clean up there. After realizing, with oauth, creating a user and "connecting with facebook" (aka creating a session) are basically one thing, I...
Good Question. I've been thinking about ways to do this, nothing in stone yet. One thing, the AccessToken shouldn't ever belong to a different user, that would be a bug....
Hey! Nice examples, makes things clear. Flow of events: - User A is connected to Network X. - User B is connected to Network Y. - User B tries to...
thanks for letting me know, I couldn't find that tap method, now I know :).
going into rack.