Sha256: 1f10541beb38ec71bccf73abe8e44c81802db888e719307a2a65f0484edb2a36

Contents?: true

Size: 708 Bytes

Versions: 1

Compression:

Stored size: 708 Bytes

Contents

Spree Api Auth
============

Spree's Rest API add authentication API.

    $ /api/users/sign_up.json
    $ /api/users/sign_in.json

Example
=======

    $ curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d ' {"user":{"email":"camelmasa@gmail.com", "password":"camelmasa", "password_confirmation":"camelmasa"}}' http://localhost:3000/api/users/sign_up.json
    $ curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d ' {"user":{"email":"camelmasa@gmail.com", "password":"camelmasa"}}' http://localhost:3000/api/users/sign_in.json

Testing
-------

Coding now.

Copyright (c) 2012 [name of extension creator], released under the New BSD License

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_api_auth-0.0.3 README.md