mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
readme: 'use Rack::Session::Cookie'
This commit is contained in:
parent
7840608a02
commit
99d67b639f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ require 'sinatra'
|
|||
require 'omniauth'
|
||||
|
||||
class MyApplication < Sinatra::Base
|
||||
use Rack::Session
|
||||
use Rack::Session::Cookie
|
||||
use OmniAuth::Strategies::Developer
|
||||
end
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue