You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<h1align="center">IAM</br><emalign="center">Identification and Authorization Management</em></h1>
1
+
<h1align="center">IAM</br><emalign="center">Identification and Access Management</em></h1>
2
2
3
3
<h5align="center">
4
4
Share with your developer network using a quick <ahref="https://twitter.com/intent/tweet?hashtags=javascript&original_referer=http%3A%2F%2F127.0.0.1%3A91%2F&text=Check%20out%20IAM%20for%20securing%20websites%20and%20APIs&tw_p=tweetbutton&url=http%3A%2F%2Fgithub.com%2Fcoreybutler%2Fiam&via=goldglovecb">tweet</a>.
@@ -73,7 +73,7 @@ Just like proper sentences, **code shouldn't have "run on" logic**. Being a ment
73
73
74
74
The code for this is available in the [basic example](https://github.com/coreybutler/iam/tree/master/examples/basic).
75
75
76
-

76
+

77
77
78
78
79
79
### Example Node API
@@ -82,7 +82,7 @@ The code for this is available in the [api example](https://github.com/coreybutl
82
82
83
83
In this example, `requireAuthorization` is Express middleware that maps to IAM's `user.authorize()` method.
84
84
85
-

85
+

86
86
87
87
---
88
88
@@ -557,7 +557,7 @@ In this case, the user is just part of a group that he probably shouldn't be a m
557
557
558
558
Here is the actual output from the [basic example](https://github.com/coreybutler/iam/tree/master/examples/basic):
559
559
560
-

560
+

561
561
562
562
The lineage/trace tool also supports explicitly denied rights (i.e. `deny:xxx`). It will return `null` if there is no lineage.
0 commit comments