Skip to content

Commit

Permalink
docs: Update Spark cheat sheets after updating Oauth2 module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenseacat committed Nov 13, 2023
1 parent 199f3d6 commit 03b3a75
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ defmodule MyApp.Accounts.User do
end
end
end
end
```

## Secrets and runtime configuration
Expand Down Expand Up @@ -165,6 +166,7 @@ defmodule MyApp.Accounts.User do
end
end
end
end
```

Providing registration or sign-in to all comers:
Expand Down Expand Up @@ -201,6 +203,7 @@ defmodule MyApp.Accounts.User do
end
end
end
end
```

## Plugs
Expand Down

0 comments on commit 03b3a75

Please sign in to comment.