Update 'README.md'

This commit is contained in:
AJ ONeal 2017-08-07 22:09:49 +00:00
부모 33797817af
커밋 48a9b6f049
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -355,4 +355,10 @@ https://azp.tld/.well-known/oauth3/callback.html#/
&debug=false
```
## OAuth3 Token Issuance, Endpoints, and Process
## OAuth3 Logout
OAuth3 sessions are stored on the client. In order to log out of an application the `logout` URL specified in the directives must be opened and then it is up to the issuer to determine how to log out.
```
https://smithfam.net/#/logout
```