Skip to content

Commit

Permalink
readme 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ohad.r committed Jul 18, 2024
1 parent 44c979b commit a319078
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ renders the create account page that is sent to the user:
POST
/deleteAccount

GET
/user get all users

PUT
/user/:email/authorities set authorities for user

## tests

all flows are tested very clearly using [Cucumber automated tests](https://github.com/OhadR/authentication-flows-js-automation).
Expand All @@ -218,6 +224,10 @@ Feel free to open issues here if you have any unclear matter or any other questi

## versions

### 1.10.0

* add APIs for management - `getAllUsers`, and `setAuthorities`. so hosting app can manage authorization for users. #17

### 1.9.0

* enable customized CreateAccountInterceptor #18
Expand Down

0 comments on commit a319078

Please sign in to comment.