diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:32:15 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:32:15 -0400 |
commit | adf2bf904ba7382a6fc1d9c043f94c7818cd2ce0 (patch) | |
tree | e9e7568b38efab2a453202f66ac0612013a25729 | |
parent | c786d2f8a53cd7116e382e695a8c54ef7553fc38 (diff) | |
download | slackbuilds-adf2bf904ba7382a6fc1d9c043f94c7818cd2ce0.tar.gz |
libraries/iddawc: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/iddawc/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/iddawc/README b/libraries/iddawc/README index 0965f44159..ad4c01a0e8 100644 --- a/libraries/iddawc/README +++ b/libraries/iddawc/README @@ -1,6 +1,8 @@ Iddawc - OAuth2 client library -Handles the OAuth2 and OpenID Connect authentication process flow from the client side. +Handles the OAuth2 and OpenID Connect authentication process flow from +the client side. + - Genrates requests based on input parameters - Parses response - Validates response values |