Commit graph

5 commits

Author SHA1 Message Date
Nicholas Moen
331261f05e docs: change 'Get Started' guide for Ash 3.0 compatibility
- Use newer `ash_authentication` version since old version had
dependency resolution errors

- Add `ash-functions` to the extensions list
  - Fixes compiler warning when the item is missing
2024-05-14 10:04:55 +12:00
Nicholas Moen
7d838980f5
docs: improve security in the 'Get Started' guide (#681)
* docs: improve security in the 'Get Started' guide

- Use a bang function to ensure that the `signing_secret` will raise an
exception if it is absent from the config (instead of just silently
evaluating to `nil`)

- Add config example for the secret signing token

- Add warning so that users are informed about the security implications
of using the basic configuration provided by the tutorial

- Rearrange the sections a bit so the `Token Generation` section comes
after the relevant code example

* docs: use correct function and modify secrets warning
2024-05-13 13:13:57 -04:00
Nicholas Moen
4abbf7c0f5
docs: add snippet to help enable policy authorizers (#683) 2024-05-13 12:38:07 -04:00
Sucipto
ca57510c90
doc: fix code example on docs (#676) 2024-05-12 10:09:45 -04:00
bc1e590bca
docs: Documentation refresh for Ash 3.0. (#665)
* docs: Update README to new format.

* docs: tidy up docus some more.

* docs: More documentation tweaks.

* docs: Tweak readme.
2024-05-08 11:50:57 +12:00
Renamed from documentation/tutorials/getting-started-with-authentication.md (Browse further)