An open API service indexing awesome lists of open source software.

https://github.com/davispuh/liveidentity

Library utilizing IDCRL for Microsoft Windows Live ID authentication.
https://github.com/davispuh/liveidentity

Last synced: about 1 year ago
JSON representation

Library utilizing IDCRL for Microsoft Windows Live ID authentication.

Awesome Lists containing this project

README

          

# LiveIdentity

Library utilizing IDCRL (Identity Client Runtime Library) for Microsoft Windows Live ID authentication.

## Installation

Add this line to your application's Gemfile:

gem 'LiveIdentity'

And then execute:

$ bundle

Or install it yourself as:

$ gem install LiveIdentity

## Unlicense

![Copyright-Free](http://unlicense.org/pd-icon.png)

All text, documentation, code and files in this repository are in public domain (including this text, README).
It means you can copy, modify, distribute and include in your own work/code, even for commercial purposes, all without asking permission.

[About Unlicense](http://unlicense.org/)

## Contributing

Feel free to improve as you see.

1. Fork it ( https://github.com/davispuh/LiveIdentity/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

**Warning**: By sending pull request to this repository you dedicate any and all copyright interest in pull request (code files and all other) to the public domain. (files will be in public domain even if pull request doesn't get merged)

Also before sending pull request you acknowledge that you own all copyrights or have authorization to dedicate them to public domain.

If you don't want to dedicate code to public domain or if you're not allowed to (eg. you don't own required copyrights) then DON'T send pull request.