Skip to content

Storage Access API example of two rails apps sharing cookies via 1st party interactions

Notifications You must be signed in to change notification settings

KelseyDH/storage_access_api_rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

To use:

git clone git@github.com:KelseyDH/storage_access_api_rails.git

Currently this installation uses puma-dev to load parent.test & child.test domains.

To install puma-dev:

brew install puma/puma/puma-dev
sudo puma-dev -setup -d test
puma-dev -install -d test

Then boot up both servers.

To start parent server:

cd parent
bundle install
puma-dev link

To start child server:

cd child
bundle install
puma-dev link

Then visit http://parent.test to try it out! The iframe links to http://child.test.

To stop the servers run puma-dev --stop

About

Storage Access API example of two rails apps sharing cookies via 1st party interactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published