Sha256: 971cc093cead140ed413d458a37e0d64895c845500e52e89d4764ef428b00428
Contents?: true
Size: 552 Bytes
Versions: 2
Compression:
Stored size: 552 Bytes
Contents
# omniauth-pam example This is a very simple example to demonstrate how OmniAuth::PAM can be used within a primitive [Sinatra][] application. You can start it by doing: ```bash [sudo] gem install bundler foreman bundle install foreman start ``` Preferably from within the Vagrantfile included in the root of the repository. ## Usage 1. Go to http://localhost:5000 2. You'll be redirected to a login page. 3. Enter a system user account (for example: vagrant/vagrant). 4. Then, you'll be redirected to another page listing the auth hash details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omniauth-pam-1.2.1 | example/README.md |
omniauth-pam-1.2.0 | example/README.md |