Commit graph

776 commits

Author SHA1 Message Date
Zach Daniel
bb9b3d7655 chore: analytics in hexdocs
chore: update cheat sheets
2023-10-02 08:38:58 -04:00
De Wet Blomerus
857aaa3f1e
Fail fast when misconfigured 🧨 (#442) 2023-09-28 10:27:22 -04:00
De Wet Blomerus
04a773ec27
docs: Clarify starting position 🏎️ (#441)
docs: Match the identity from the AshAuthenticationPhoenix guide 
2023-09-28 10:26:42 -04:00
dependabot[bot]
16619f2172
chore(deps): bump ash from 2.14.21 to 2.15.0 (#440) 2023-09-28 06:09:34 +13:00
Zach Daniel
82c6b6ef15 chore: remove doc_indexes 2023-09-26 23:43:36 -04:00
Zach Daniel
581ea6ce07 docs: generate cheat sheets 2023-09-26 23:42:46 -04:00
Zach Daniel
c8b13f8aac docs: update spark/ex_doc for improved docs 2023-09-26 23:26:44 -04:00
dependabot[bot]
9d07357d5c
chore(deps-dev): bump ash_json_api from 0.33.0 to 0.33.1 (#438)
Bumps [ash_json_api](https://github.com/ash-project/ash_json_api) from 0.33.0 to 0.33.1.
- [Changelog](https://github.com/ash-project/ash_json_api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_json_api/compare/v0.33.0...v0.33.1)

---
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>
2023-09-27 16:13:02 +13:00
dependabot[bot]
ec58041725
chore(deps-dev): bump ash_postgres from 1.3.51 to 1.3.52 (#439)
Bumps [ash_postgres](https://github.com/ash-project/ash_postgres) from 1.3.51 to 1.3.52.
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v1.3.51...v1.3.52)

---
updated-dependencies:
- dependency-name: ash_postgres
  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>
2023-09-27 08:12:19 +13:00
Zach Daniel
0b65fdb8d4 docs: remove unnecessary warning from docs 2023-09-26 09:28:24 -04:00
Zach Daniel
12832e29aa chore: fix capitalization of doc names 2023-09-26 09:21:56 -04:00
dependabot[bot]
2c1abf94c3
chore(deps): bump ash from 2.14.20 to 2.14.21 (#435) 2023-09-26 08:53:22 +13:00
dependabot[bot]
e1dc6cbace
chore(deps): bump ash from 2.14.18 to 2.14.20 (#434)
Bumps [ash](https://github.com/ash-project/ash) from 2.14.18 to 2.14.20.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.14.18...v2.14.20)

---
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>
2023-09-25 09:36:09 +13:00
github-actions
5f08be13e2 chore: release version v3.11.15 2023-09-22 11:42:24 +00:00
Zach Daniel
a6798d56fb fix: ensure we aren't calling Map.take on nil 2023-09-22 07:34:53 -04:00
github-actions
36d7d6866d chore: release version v3.11.14 2023-09-22 01:54:04 +00:00
James Harton
6de08ac9a9
fix(TokenResource): don't silently drop notifications about token removal. (#432)
Closes #420.
2023-09-22 13:48:47 +12:00
github-actions
048da649d2 chore: release version v3.11.13 2023-09-22 00:23:49 +00:00
7b607896eb
improvement: Allow all token lifetimes to be specified with a time unit.
Now any DSL option which allows the configuring of a token lifetime
can take _either_ a positive integer in it's previous default unit
or a tuple containing a positive integer and a unit.

Closes #376.

Additionally includes switching the resettable entity to being a singleton since that
feature didn't exist when I started.
2023-09-22 12:15:47 +12:00
a876a4453d chore: Add extra checks in the CI pipeline. 2023-09-22 10:42:46 +12:00
86676181f7 chore: Add spark DSL cheatsheets to docs. 2023-09-22 10:42:46 +12:00
4438fa7c2b chore: update to Erlang 26.1 and Elixir 1.15.6. 2023-09-22 10:42:46 +12:00
b7d2ef94b9 chore(deps): remove direct dependency on mint. 2023-09-22 10:42:46 +12:00
dependabot[bot]
df162c9419
chore(deps-dev): bump ash_postgres from 1.3.50 to 1.3.51 (#428)
Bumps [ash_postgres](https://github.com/ash-project/ash_postgres) from 1.3.50 to 1.3.51.
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v1.3.50...v1.3.51)

---
updated-dependencies:
- dependency-name: ash_postgres
  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>
2023-09-22 10:01:03 +12:00
github-actions
abba2131ba chore: release version v3.11.12 2023-09-21 21:45:59 +00:00
dependabot[bot]
3b36980fc3
chore(deps): bump ash from 2.14.17 to 2.14.18 (#429)
Bumps [ash](https://github.com/ash-project/ash) from 2.14.17 to 2.14.18.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.14.17...v2.14.18)

---
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>
2023-09-22 09:29:28 +12:00
github-actions
e149bb16ea chore: release version v3.11.11 2023-09-21 21:19:19 +00:00
2780c712aa
fix: include finch in the dependencies. 2023-09-22 09:02:28 +12:00
De Wet Blomerus
d621f55294
Clarify which file contains the snippet (#427) 2023-09-21 09:26:24 -04:00
Tun Cham Roeun
ae2957c024
fix: deprecated mint httpadapter (#425) 2023-09-20 14:10:21 +12:00
Alan Heywood
ee7c0db007
improvement: assign the token record to the connection assigns (#426) 2023-09-20 14:08:57 +12:00
dependabot[bot]
3cac2e9a26
chore(deps-dev): bump ash_graphql from 0.26.0 to 0.26.2 (#422) 2023-09-20 07:35:02 +12:00
github-actions
8558d8b8f6 chore: release version v3.11.10 2023-09-18 22:22:14 +00:00
Zach Daniel
62d458f629
fix: only use sign in token expiration for sign in tokens (#424) 2023-09-19 10:16:37 +12:00
dependabot[bot]
0a089693e3
chore(deps): bump spark from 1.1.36 to 1.1.39 (#423) 2023-09-19 07:26:30 +12:00
github-actions
aa96528d75 chore: release version v3.11.9 2023-09-17 23:42:11 +00:00
Zach Daniel
e9ae747de7
improvement: support generating sign in tokens on register (#421)
* improvement: support generating sign in tokens on register

* chore: run formatter.

* fix: support generating tokens for other strategies.

---------

Co-authored-by: James Harton <james@harton.nz>
2023-09-17 19:36:20 -04:00
dependabot[bot]
018caf07fa
chore(deps): bump ash from 2.14.16 to 2.14.17 (#418) 2023-09-17 16:52:36 +12:00
dependabot[bot]
b18c72656c
chore(deps): bump spark from 1.1.29 to 1.1.36 (#419) 2023-09-16 18:40:08 +12:00
dependabot[bot]
afee7955bd
chore(deps): bump ash from 2.14.15 to 2.14.16 (#416)
Bumps [ash](https://github.com/ash-project/ash) from 2.14.15 to 2.14.16.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.14.15...v2.14.16)

---
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>
2023-09-15 08:53:49 +12:00
dependabot[bot]
f41348afee
chore(deps): bump spark from 1.1.26 to 1.1.29 (#417)
Bumps [spark](https://github.com/ash-project/spark) from 1.1.26 to 1.1.29.
- [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/spark/compare/v1.1.26...v1.1.29)

---
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>
2023-09-15 08:53:29 +12:00
dependabot[bot]
be9c92f5c8
chore(deps): bump assent from 0.2.6 to 0.2.7 (#414)
Bumps [assent](https://github.com/pow-auth/assent) from 0.2.6 to 0.2.7.
- [Release notes](https://github.com/pow-auth/assent/releases)
- [Changelog](https://github.com/pow-auth/assent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pow-auth/assent/compare/v0.2.6...v0.2.7)

---
updated-dependencies:
- dependency-name: assent
  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>
2023-09-14 07:50:10 +12:00
dependabot[bot]
20973391b1
chore(deps): bump ash from 2.14.14 to 2.14.15 (#415)
Bumps [ash](https://github.com/ash-project/ash) from 2.14.14 to 2.14.15.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.14.14...v2.14.15)

---
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>
2023-09-14 07:49:57 +12:00
dependabot[bot]
093dbf6852
chore(deps): bump spark from 1.1.25 to 1.1.26 (#412)
Bumps [spark](https://github.com/ash-project/spark) from 1.1.25 to 1.1.26.
- [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/spark/compare/v1.1.25...v1.1.26)

---
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>
2023-09-13 10:29:11 +12:00
dependabot[bot]
cff17d0b37
chore(deps): bump ash from 2.14.12 to 2.14.14 (#413)
Bumps [ash](https://github.com/ash-project/ash) from 2.14.12 to 2.14.14.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.14.12...v2.14.14)

---
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>
2023-09-13 10:28:59 +12:00
dependabot[bot]
0af11425f1
chore(deps): bump ash from 2.14.11 to 2.14.12 (#410) 2023-09-07 06:41:01 +12:00
dependabot[bot]
9517318de9
chore(deps-dev): bump ash_postgres from 1.3.49 to 1.3.50 (#411) 2023-09-07 06:40:49 +12:00
dependabot[bot]
eb8b22d46d
chore(deps-dev): bump ash_postgres from 1.3.48 to 1.3.49 (#408)
Bumps [ash_postgres](https://github.com/ash-project/ash_postgres) from 1.3.48 to 1.3.49.
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v1.3.48...v1.3.49)

---
updated-dependencies:
- dependency-name: ash_postgres
  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>
2023-09-06 13:20:26 +12:00
dependabot[bot]
9dae878248
chore(deps): bump ash from 2.14.7 to 2.14.11 (#409)
Bumps [ash](https://github.com/ash-project/ash) from 2.14.7 to 2.14.11.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.14.7...v2.14.11)

---
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>
2023-09-06 13:20:05 +12:00
dependabot[bot]
43956847bc
chore(deps): bump ash from 2.14.5 to 2.14.7 (#406)
Bumps [ash](https://github.com/ash-project/ash) from 2.14.5 to 2.14.7.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.14.5...v2.14.7)

---
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>
2023-09-05 09:09:30 +12:00