Sha256: d772c69306a98a9044d1e019f0bbbaa9cc8a076021857886537bb3b9fcd61049

Contents?: true

Size: 924 Bytes

Versions: 21

Compression:

Stored size: 924 Bytes

Contents

Authentication
==============

Provides authentication and authorization services for use with Spree


Overview
--------

This gem provides the so-called "core" functionality of Spree and is a requirement for any Spree application or
store.  The basic data models as well as product catalog and admin functionality are all provided by this gem.


Security Warning
----------------

*This gem provides absolutely no authentication and authorization.  You are strongly encouraged to install
and use the spree-auth gem in addition to spree-core in order to restrict access to orders and other admin
functionality.*


Testing
-------

You need to do a quick one-time creation of a test application and then you can use it to run the tests.

    bundle exec rake test_app

Then run the rspec tests

    bundle exec rake spec

Misc
----

authentication by token example

    http://localhost:3000/?auth_token=oWBSN16k6dWx46TtSGcp

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
spree_auth-1.1.5 README.md
spree_auth-1.0.7 README.md
spree_auth-1.1.4 README.md
spree_auth-1.1.3 README.md
spree_auth-1.0.6 README.md
spree_auth-1.0.5 README.md
spree_auth-1.1.2 README.md
spree_auth-1.1.2.rc1 README.md
spree_auth-1.1.1 README.md
spree_auth-1.1.0 README.md
spree_auth-1.0.4 README.md
spree_auth-1.1.0.rc2 README.md
spree_auth-1.1.0.rc1 README.md
spree_auth-1.0.3 README.md
spree_auth-1.0.2 README.md
spree_auth-1.0.1 README.md
spree_auth-1.0.0 README.md
spree_auth-1.0.0.rc4 README.md
spree_auth-1.0.0.rc3 README.md
spree_auth-1.0.0.rc2 README.md