Skip to content

Commit e622fc5

Browse files
committedOct 11, 2020
Merge branch 'master' of github.com:coreybutler/iam into master
2 parents dc20b12 + 60772cc commit e622fc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 align="center">IAM</br><em align="center">Identification and Authorization Management</em></h1>
1+
<h1 align="center">IAM</br><em align="center">Identification and Access Management</em></h1>
22

33
<h5 align="center">
44
Share with your developer network using a quick <a href="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
7373

7474
The code for this is available in the [basic example](https://github.com/coreybutler/iam/tree/master/examples/basic).
7575

76-
![IAM Example UI](https://github.com/coreybutler/iam/raw/master/examples/basic/IAM.png)
76+
![IAM Example UI](https://github.com/coreybutler/iam/raw/ce600d84c1237929fd63ed336de4c08e33001165/examples/basic/IAM.png)
7777

7878

7979
### Example Node API
@@ -82,7 +82,7 @@ The code for this is available in the [api example](https://github.com/coreybutl
8282

8383
In this example, `requireAuthorization` is Express middleware that maps to IAM's `user.authorize()` method.
8484

85-
![IAM Example API](https://github.com/coreybutler/iam/raw/master/examples/api/api_example.png)
85+
![IAM Example API](https://github.com/coreybutler/iam/raw/ce600d84c1237929fd63ed336de4c08e33001165/examples/api/api_example.png)
8686

8787
---
8888

@@ -557,7 +557,7 @@ In this case, the user is just part of a group that he probably shouldn't be a m
557557

558558
Here is the actual output from the [basic example](https://github.com/coreybutler/iam/tree/master/examples/basic):
559559

560-
![IAM Example Lineage](https://github.com/coreybutler/iam/raw/master/examples/IAM-lineage.png)
560+
![IAM Example Lineage](https://github.com/coreybutler/iam/raw/ce600d84c1237929fd63ed336de4c08e33001165/examples/IAM-lineage.png)
561561

562562
The lineage/trace tool also supports explicitly denied rights (i.e. `deny:xxx`). It will return `null` if there is no lineage.
563563

0 commit comments

Comments
 (0)
Please sign in to comment.