Commit graph

33 commits

Author SHA1 Message Date
Rebecca Le
f3745a1266
docs: Add note about customizing the layout file to the Getting Started guide
Includes a fix for Tailwind config, to include the new heex layout template
2023-11-13 15:08:28 +08:00
Rebecca Le
39089381a3
docs: Add section to Getting Started about how to debug auth flows
Closes #311
2023-11-10 11:46:13 +08:00
Arthur Clemens
38da09af84
docs: improve examples (#308) 2023-10-15 23:21:03 -04:00
M.Yasoob Ullah Khalid ☺
a905176804
docs: Fixed file path (#294) 2023-10-06 15:19:53 +13:00
Simon Bergström
a957214a50
docs(Improvements): Moved up the LiveView tutorial link because if you proceed with LiveView in your project but not setting it up, Phoenix will crash during the Start Phoenix step. (#288) 2023-09-28 17:17:39 -04:00
Zach Daniel
f9e3f90714 chore: update ash & docs 2023-09-25 10:28:18 -04:00
Zach Daniel
50f7147d26
improvement: optional support for routing to register & reset links (#281) 2023-09-25 10:26:49 -04:00
De Wet Blomerus
33fe39d24f
Documentation polish 🧽 (#280) 2023-09-22 23:14:31 -04:00
Zach Daniel
5634d45663 docs: helpful step on getting started guide 2023-09-04 18:47:51 -04:00
Zach Daniel
a2fe71f56f
docs: remove registries from guides & examples (#256) 2023-08-16 19:57:04 +12:00
James Harton
79f03614e1
docs: fix incorrect example in getting started guide. (#205)
Closes #204.
2023-05-30 10:34:48 +12:00
Zach Daniel
396133e16f docs: use Secrets module in getting started guide
when users go to deploy, the secret won't be set at compile time
and so `compile_env` leads to confusing errors (because it produces a
known `nil` value at compile time)
2023-05-03 13:01:40 -04:00
Zach Daniel
d9a3503430 docs: add liveview specific guide 2023-04-06 08:54:19 -04:00
Zach Daniel
903f3a386e
feat: support new sign in tokens feature on password strategy (#176)
As of version `3.10.5` `ash_authentication` now supports generating and validating short-lived sign in tokens as part of the password sign in flow.  This feature seamlessly enables this flow simply by turning on `sign_in_tokens_enabled?` in the password strategy DSL.

---------

Co-authored-by: James Harton <james@harton.nz>
2023-04-06 15:59:52 +12:00
Frank Dugan III
36c7af946e
Update getting-started-with-ash-authentication-phoenix.md (#173)
* Update getting-started-with-ash-authentication-phoenix.md

Add note for those using policies

* docs: Update getting-started-with-ash-authentication-phoenix.md

Add note to token for those using policies
2023-03-24 11:01:31 +13:00
Miguel Serrano
6166bc7ed8
docs: fix identity_field in User example (#156) 2023-03-09 06:53:24 -05:00
Britton Broderick
bb985435c1 docs: Updates identity to use unique_email in all cases 2023-03-02 12:20:24 +13:00
Britton Broderick
0a990b9dc1 docs: Updates documentation to nest in the resources folder 2023-03-02 12:20:24 +13:00
Dan
aa556f25bf
docs: Fix typo (#133) 2023-02-20 18:31:32 -05:00
Zach Daniel
b5bca93fe9 chore: fix git conflict in guide 2023-02-14 22:24:01 -05:00
Zach Daniel
2e5f93f546 docs: don't mention using --no-ecto flag 2023-02-14 17:33:15 -05:00
Zach Daniel
bdbde27dc9 docs: don't use hardcoded versions in the docs 2023-02-14 17:28:49 -05:00
github-actions
e5ccaa9bac chore: release version v1.5.0 2023-02-12 22:57:03 +00:00
Stefan Wintermeyer
c3b16db26d
docs: Improve Repo section and structure of the document (#109) 2023-02-07 09:08:56 -05:00
github-actions
bf0d88632c chore: release version v1.4.8 2023-02-07 13:13:51 +00:00
Stefan Wintermeyer
3b91a67a5a
docs: Add Reset Password Section to guide (#107)
* Fixes and improvements

* Add reset password section
2023-02-07 11:28:00 +13:00
Zach Daniel
61b45f7b29 docs: remove elixir_sense plugin references 2023-02-05 22:25:32 -05:00
github-actions
3a71688bc0 chore: release version v1.4.7 2023-01-30 22:24:34 +00:00
Stefan Wintermeyer
ee73b067cb
docs: Bugfixes in the tutorial (#96) 2023-01-30 09:18:41 -05:00
Stefan Wintermeyer
3c9b69f235
docs: Rewrite of the getting started tutorial (#90)
* Update the Getting Started tutorial.

* Bump ash_authentication_phoenix version

* Fix duplication
2023-01-30 12:44:31 +13:00
github-actions
a6a10f8d93 chore: release version v1.4.6 2023-01-29 20:57:35 +00:00
github-actions
fab60a571d chore: release version v1.4.5 2023-01-26 14:31:19 +00:00
Zach Daniel
7276165593
improvement: remove readme contents, add tutorial (#81) 2023-01-26 09:26:14 -05:00