From 03b3a75e4e7055f3bdaa680455aeb69f2017b1c9 Mon Sep 17 00:00:00 2001 From: Rebecca Le Date: Mon, 13 Nov 2023 14:09:24 +0800 Subject: [PATCH] docs: Update Spark cheat sheets after updating Oauth2 module docs --- .../dsls/DSL:-AshAuthentication.Strategy.OAuth2.cheatmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/dsls/DSL:-AshAuthentication.Strategy.OAuth2.cheatmd b/documentation/dsls/DSL:-AshAuthentication.Strategy.OAuth2.cheatmd index deac0c54..d1215ed2 100644 --- a/documentation/dsls/DSL:-AshAuthentication.Strategy.OAuth2.cheatmd +++ b/documentation/dsls/DSL:-AshAuthentication.Strategy.OAuth2.cheatmd @@ -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