docs: Update Spark cheat sheets after updating Oauth2 module docs

This commit is contained in:
Rebecca Le 2023-11-13 14:09:24 +08:00
parent 199f3d6a83
commit 03b3a75e4e
No known key found for this signature in database
GPG key ID: 45EC503B31710A41

View file

@ -39,6 +39,7 @@ defmodule MyApp.Accounts.User do
end
end
end
end
```
## Secrets and runtime configuration
@ -165,6 +166,7 @@ defmodule MyApp.Accounts.User do
end
end
end
end
```
Providing registration or sign-in to all comers:
@ -201,6 +203,7 @@ defmodule MyApp.Accounts.User do
end
end
end
end
```
## Plugs