Skip to content

Commit

Permalink
Merge pull request #2 from icirellik/details
Browse files Browse the repository at this point in the history
Burritos are the best.
  • Loading branch information
icirellik committed Oct 2, 2019
2 parents 9f59f56 + 06a5822 commit 0086562
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# burritojs
Create and authorize you application the same way you would a burrito.

Create and authorize your application the same way you would a burrito. This
library is very much based on how you'd order a burrito at Chipotle. Due to this
you may run into certain scenarios where you need to either double wrap or even
rewrap your authorization layer.

The general idea here is that authorization scopes are like burrito ingredients.
You are only authorized to access the scope you have selected and can only
choose from those which are available.

Note: This application does not handle authentication.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "burritojs",
"version": "1.0.0",
"description": "Create and authorize you application the same way you would a burrito.",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/icirellik/burritojs.git"
},
"keywords": [
"Authorization",
"Feature",
"Flag",
"Enable"
],
"author": "Cameron Rollheiser <icirellik@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/icirellik/burritojs/issues"
},
"homepage": "https://github.com/icirellik/burritojs#readme"
}

0 comments on commit 0086562

Please sign in to comment.