Commit graph

779 commits

Author SHA1 Message Date
dependabot[bot]
65285eddc9
chore(deps): Bump ash_postgres from 2.0.1 to 2.0.2 (#691)
Bumps [ash_postgres](https://github.com/ash-project/ash_postgres) from 2.0.1 to 2.0.2.
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: ash_postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-16 12:29:45 -05:00
dependabot[bot]
37d9cc800a
chore(deps): Bump ash from 3.0.1 to 3.0.2 (#690)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.1 to 3.0.2.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-16 12:29:31 -05:00
dependabot[bot]
9766128874
chore(deps): Bump spark from 2.1.21 to 2.1.22 (#688) 2024-05-15 12:14:37 -04:00
dependabot[bot]
52c5da24ae
chore(deps): Bump ash from 3.0.0 to 3.0.1 (#689) 2024-05-15 12:14:22 -04:00
Alan Heywood
52f6a44b0b
docs: fix typo in the custom strategy guide (#687) 2024-05-15 07:14:45 -04:00
b9a81770f3
docs: you have to explicitly turn on token generation. 2024-05-14 15:04:45 +12:00
8d584030f6
fix: bug in tokens required verifier. 2024-05-14 15:04:08 +12:00
69dc1f1dbc
chore: fix dialyzer warnings about info generator functions.
It seems that it's now smart enough to detect that schema options with default values cannot ever return `:error`.
2024-05-14 14:51:15 +12:00
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
dependabot[bot]
66844e1d00
chore(deps): Bump ash_postgres from 2.0.0 to 2.0.1 (#685)
Bumps [ash_postgres](https://github.com/ash-project/ash_postgres) from 2.0.0 to 2.0.1.
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/commits/v2.0.1)

---
updated-dependencies:
- dependency-name: ash_postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 12:45:48 -04:00
dependabot[bot]
01b3cf29bf
chore(deps-dev): Bump ash_graphql from 1.0.0-rc.5 to 1.0.0 (#686)
Bumps [ash_graphql](https://github.com/ash-project/ash_graphql) from 1.0.0-rc.5 to 1.0.0.
- [Changelog](https://github.com/ash-project/ash_graphql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_graphql/compare/v1.0.0-rc.5...1.0.0)

---
updated-dependencies:
- dependency-name: ash_graphql
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 12:45:38 -04:00
dependabot[bot]
e1fb06c72f
chore(deps-dev): Bump ash_json_api from 1.0.0-rc.6 to 1.0.0 (#684)
Bumps [ash_json_api](https://github.com/ash-project/ash_json_api) from 1.0.0-rc.6 to 1.0.0.
- [Changelog](https://github.com/ash-project/ash_json_api/blob/main/documentation/0.x-CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_json_api/commits)

---
updated-dependencies:
- dependency-name: ash_json_api
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 12:40:12 -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
Bryan Bryce
014819811f
Update debug.ex (#675) 2024-05-12 08:45:03 +12:00
Zach Daniel
8c4e6667c4 chore: release version 4.0.0 2024-05-10 17:41:37 -04:00
dependabot[bot]
a45cf47aa8
chore(deps-dev): Bump ex_doc from 0.32.1 to 0.32.2 (#674) 2024-05-11 09:41:07 +12:00
0d291ca39b
chore: release version v4.0.0-rc.7 2024-05-10 14:44:43 +12:00
4e66a402fe
improvement: Only require tokens to be enabled when using a strategy which needs them. 2024-05-10 14:38:09 +12:00
dependabot[bot]
1ee220544b
chore(deps-dev): Bump credo from 1.7.5 to 1.7.6 (#673) 2024-05-10 07:05:00 +12: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
dependabot[bot]
3a3cc98fce
chore(deps): Bump ash from 3.0.0-rc.45 to 3.0.0-rc.46 (#672)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.45 to 3.0.0-rc.46.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.45...v3.0.0-rc.46)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 15:38:42 -04:00
dependabot[bot]
72270d07b7
chore(deps): Bump ash from 3.0.0-rc.42 to 3.0.0-rc.45 (#670) 2024-05-06 13:44:08 -04:00
dependabot[bot]
ab29c367b3
chore(deps): Bump ash_postgres from 2.0.0-rc.14 to 2.0.0-rc.15 (#669) 2024-05-06 13:43:59 -04:00
dependabot[bot]
c2a682198e
chore(deps): Bump ash from 3.0.0-rc.40 to 3.0.0-rc.42 (#666)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.40 to 3.0.0-rc.42.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.40...v3.0.0-rc.42)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 12:39:19 -04:00
dependabot[bot]
074f8dd894
chore(deps): Bump splode from 0.2.3 to 0.2.4 (#667)
Bumps [splode](https://github.com/ash-project/splode) from 0.2.3 to 0.2.4.
- [Changelog](https://github.com/ash-project/splode/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/splode/compare/v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: splode
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 12:39:09 -04:00
dependabot[bot]
e1db048a07
chore(deps-dev): Bump ash_json_api from 1.0.0-rc.5 to 1.0.0-rc.6 (#668)
Bumps [ash_json_api](https://github.com/ash-project/ash_json_api) from 1.0.0-rc.5 to 1.0.0-rc.6.
- [Changelog](https://github.com/ash-project/ash_json_api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_json_api/compare/v1.0.0-rc.5...v1.0.0-rc.6)

---
updated-dependencies:
- dependency-name: ash_json_api
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 12:38:56 -04:00
dependabot[bot]
9d2aaef3ae
chore(deps): Bump ash from 3.0.0-rc.38 to 3.0.0-rc.40 (#662)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.38 to 3.0.0-rc.40.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.38...v3.0.0-rc.40)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01 16:47:23 -04:00
dependabot[bot]
4aae9595b1
chore(deps-dev): Bump ash_json_api from 1.0.0-rc.4 to 1.0.0-rc.5 (#663)
Bumps [ash_json_api](https://github.com/ash-project/ash_json_api) from 1.0.0-rc.4 to 1.0.0-rc.5.
- [Changelog](https://github.com/ash-project/ash_json_api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_json_api/compare/v1.0.0-rc.4...v1.0.0-rc.5)

---
updated-dependencies:
- dependency-name: ash_json_api
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01 16:47:08 -04:00
325b52eca0
fix(Jwt): Include authentication interaction context when storing tokens. 2024-04-30 10:04:54 +12:00
dependabot[bot]
d510f5be2c
chore(deps): Bump ash from 3.0.0-rc.37 to 3.0.0-rc.38 (#661)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.37 to 3.0.0-rc.38.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.37...v3.0.0-rc.38)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 17:18:17 -04:00
dependabot[bot]
f4a9389f56
chore(deps): Bump ash_postgres from 2.0.0-rc.11 to 2.0.0-rc.14 (#660)
Bumps [ash_postgres](https://github.com/ash-project/ash_postgres) from 2.0.0-rc.11 to 2.0.0-rc.14.
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v2.0.0-rc.11...v2.0.0-rc.14)

---
updated-dependencies:
- dependency-name: ash_postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 17:18:08 -04:00
dependabot[bot]
0977f5b783
chore(deps-dev): Bump ash_graphql from 1.0.0-rc.4 to 1.0.0-rc.5 (#656)
Bumps [ash_graphql](https://github.com/ash-project/ash_graphql) from 1.0.0-rc.4 to 1.0.0-rc.5.
- [Changelog](https://github.com/ash-project/ash_graphql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_graphql/compare/v1.0.0-rc.4...v1.0.0-rc.5)

---
updated-dependencies:
- dependency-name: ash_graphql
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 17:14:53 -04:00
dependabot[bot]
559a4e9605
chore(deps-dev): Bump ash_graphql from 1.0.0-rc.3 to 1.0.0-rc.4 (#654) 2024-04-26 19:30:05 -04:00
dependabot[bot]
35363b6b79
chore(deps-dev): Bump ash_json_api from 1.0.0-rc.3 to 1.0.0-rc.4 (#655) 2024-04-26 14:37:30 -04:00
dependabot[bot]
a3ff4ff8d0
chore(deps): Bump ash from 3.0.0-rc.29 to 3.0.0-rc.31 (#653) 2024-04-26 14:36:15 -04:00
Zach Daniel
8070e011cd chore: add ash-functions for tests 2024-04-25 22:29:17 -04:00
dependabot[bot]
5b73888e38
chore(deps): Bump ash_postgres from 2.0.0-rc.10 to 2.0.0-rc.11 (#652)
Bumps [ash_postgres](https://github.com/ash-project/ash_postgres) from 2.0.0-rc.10 to 2.0.0-rc.11.
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v2.0.0-rc.10...v2.0.0-rc.11)

---
updated-dependencies:
- dependency-name: ash_postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-24 13:00:25 -04:00
dependabot[bot]
ad3865f111
chore(deps): Bump ash from 3.0.0-rc.28 to 3.0.0-rc.29 (#651)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.28 to 3.0.0-rc.29.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.28...v3.0.0-rc.29)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-24 13:00:04 -04:00
dependabot[bot]
1978ead009
chore(deps): Bump ash_postgres from 2.0.0-rc.8 to 2.0.0-rc.10 (#649)
Bumps [ash_postgres](https://github.com/ash-project/ash_postgres) from 2.0.0-rc.8 to 2.0.0-rc.10.
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v2.0.0-rc.8...v2.0.0-rc.10)

---
updated-dependencies:
- dependency-name: ash_postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 12:39:09 -04:00
dependabot[bot]
bff9a673e6
chore(deps): Bump ash from 3.0.0-rc.27 to 3.0.0-rc.28 (#650)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.27 to 3.0.0-rc.28.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.27...v3.0.0-rc.28)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 12:38:57 -04:00
dependabot[bot]
72e793e4df
chore(deps): Bump ash_postgres from 2.0.0-rc.7 to 2.0.0-rc.8 (#646)
Bumps [ash_postgres](https://github.com/ash-project/ash_postgres) from 2.0.0-rc.7 to 2.0.0-rc.8.
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v2.0.0-rc.7...v2.0.0-rc.8)

---
updated-dependencies:
- dependency-name: ash_postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 10:22:29 +12:00
dependabot[bot]
500fbe6681
chore(deps): Bump castore from 1.0.6 to 1.0.7 (#647)
Bumps [castore](https://github.com/elixir-mint/castore) from 1.0.6 to 1.0.7.
- [Commits](https://github.com/elixir-mint/castore/compare/v1.0.6...v1.0.7)

---
updated-dependencies:
- dependency-name: castore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 09:35:40 +12:00
dependabot[bot]
806f1e2963
chore(deps): Bump spark from 2.1.18 to 2.1.20 (#648)
Bumps [spark](https://github.com/ash-project/spark) from 2.1.18 to 2.1.20.
- [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/spark/compare/v2.1.18...v2.1.20)

---
updated-dependencies:
- dependency-name: spark
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 09:35:29 +12:00
dependabot[bot]
ffe5b2a371
chore(deps): Bump ash from 3.0.0-rc.25 to 3.0.0-rc.27 (#645)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.25 to 3.0.0-rc.27.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.25...v3.0.0-rc.27)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 19:21:20 +01:00
dependabot[bot]
a5bbd3609c
chore(deps): Bump ash from 3.0.0-rc.21 to 3.0.0-rc.25 (#644) 2024-04-18 05:34:01 +12:00
dependabot[bot]
1c5ce0d7cb
chore(deps-dev): Bump ex_doc from 0.32.0 to 0.32.1 (#642)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.32.0 to 0.32.1.
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.32.0...v0.32.1)

---
updated-dependencies:
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 22:30:51 +01:00
dependabot[bot]
1d7ec352b2
chore(deps): Bump ash_postgres from 2.0.0-rc.6 to 2.0.0-rc.7 (#637) 2024-04-16 07:04:50 +12:00
dependabot[bot]
623db3480d
chore(deps-dev): Bump ash_json_api from 1.0.0-rc.2 to 1.0.0-rc.3 (#643) 2024-04-16 06:50:18 +12:00