Update DOC.md

This commit is contained in:
Juan Ignacio Fiorentino 2016-01-25 18:00:54 -03:00
parent 449dd54be9
commit 61b8f93a2a

6
DOC.md
View file

@ -18,7 +18,7 @@ Before getting started there are some important things that you should know:
- [Requirements](#requirements) - [Requirements](#requirements)
- [Installation](#installation) - [Installation](#installation)
- [Users And Clients](#users-and-clients) - [Users And Clients](#users-and-clients)
- [Server RSA Keys](#rsa-keys) - [Server Keys](#server-keys)
- [Templates](#templates) - [Templates](#templates)
- [Standard Claims](#standard-claims) - [Standard Claims](#standard-claims)
- [Server Endpoints](#server-endpoints) - [Server Endpoints](#server-endpoints)
@ -122,9 +122,9 @@ Or create a client with Django shell: ``python manage.py shell``:
>>> c.save() >>> c.save()
``` ```
## Server RSA Keys ## Server Keys
Server keys are used to sign/encrypt ID Tokens. These keys are stored in the `RSAKey` model. So the package will automatically generate public keys and expose them in the `jwks_uri` endpoint. Server RSA keys are used to sign/encrypt ID Tokens. These keys are stored in the `RSAKey` model. So the package will automatically generate public keys and expose them in the `jwks_uri` endpoint.
You can easily create them with the admin: You can easily create them with the admin: