Commit graph

101 commits

Author SHA1 Message Date
James Harton
53ff256391
feat: OpenID Connect Strategy (#197)
* feat(AshAuthentication.Strategy.Oidc): Add OpenID Connect strategy.

* chore(CI): disable the workflow on pull request event, since it's covered by push.
2023-05-04 13:15:24 +12:00
github-actions
ab27025650 chore: release version v3.10.8 2023-04-28 19:25:53 +00:00
github-actions
33ed10ae59 chore: release version v3.10.7 2023-04-28 17:26:30 +00:00
github-actions
ee36ab0142 chore: release version v3.10.6 2023-04-09 20:27:28 +00:00
Zach Daniel
935f862e83
improvement: require spark ~> 1.0 (#261) 2023-04-09 16:22:20 -04:00
github-actions
2e9ea281ac chore: release version v3.10.5 2023-04-06 03:07:37 +00:00
Zach Daniel
eca8cadea0
improvement: add sign in tokens to password strategy (#252)
* improvement: add sign in tokens to password strategy

* chore: update `.formatter.exs`.

* chore: fix credo warnings.

* improvement: convert `sign_in_with_token` into an action.

---------

Co-authored-by: James Harton <james@harton.nz>
2023-04-06 14:53:44 +12:00
github-actions
ecd20f1ad7 chore: release version v3.10.4 2023-04-03 23:05:27 +00:00
github-actions
5ea4797b40 chore: release version v3.10.3 2023-04-03 20:49:11 +00:00
Zach Daniel
2f48817dbd
improvement: update spark (#254)
* improvement: update spark

* chore: update ash
2023-04-04 08:35:46 +12:00
dependabot[bot]
59a5c43196
chore(deps): bump castore from 0.1.22 to 1.0.1 (#248)
Bumps [castore](https://github.com/elixir-mint/castore) from 0.1.22 to 1.0.1.
- [Release notes](https://github.com/elixir-mint/castore/releases)
- [Commits](https://github.com/elixir-mint/castore/compare/v0.1.22...v1.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 10:44:21 +13:00
github-actions
79a4722ae4 chore: release version v3.10.2 2023-03-06 21:47:57 +00:00
github-actions
2e9040adf9 chore: release version v3.10.1 2023-03-06 20:57:14 +00:00
github-actions
6905fa069c chore: release version v3.10.0 2023-03-04 06:57:10 +00:00
Zach Daniel
7f1c9678e4
feat!: Configure accepted fields on register (#219) 2023-03-04 01:44:34 -05:00
github-actions
b351d1e218 chore: release version v3.9.6 2023-03-01 23:38:47 +00:00
github-actions
bf42c9cc62 chore: release version v3.9.5 2023-02-23 07:44:46 +00:00
github-actions
8539afc62b chore: release version v3.9.4 2023-02-22 03:41:12 +00:00
github-actions
8752ec91e1 chore: release version v3.9.3 2023-02-19 21:07:16 +00:00
github-actions
67af28b336 chore: release version v3.9.2 2023-02-12 23:00:08 +00:00
github-actions
311ff2a42a chore: release version v3.9.1 2023-02-12 08:30:31 +00:00
github-actions
3413ef8d6f chore: release version v3.9.0 2023-02-09 18:16:17 +00:00
github-actions
447e186095 chore: release version v3.8.0 2023-02-09 08:11:26 +00:00
James Harton
cf3d227ef2
feat: Add new "magic link" authentication strategy. (#184) 2023-02-09 21:05:49 +13:00
github-actions
533872723e chore: release version v3.7.9 2023-02-09 02:41:28 +00:00
github-actions
3e531e8779 chore: release version v3.7.8 2023-02-08 03:24:05 +00:00
James Harton
3bece5f657
improvement(Strategy.Custom): handle custom strategies as extensions. (#183)
This means that users can add their own extensions to their resources which patch the strategy (and add ons) DSLs.
2023-02-08 16:10:28 +13:00
github-actions
52f873c433 chore: release version v3.7.7 2023-02-06 20:42:37 +00:00
Zach Daniel
af178f78c8 chore: remove elixir_sense dependency 2023-02-05 22:23:43 -05:00
Zach Daniel
89b761e119 chore: when using local ash, override it 2023-01-31 12:04:40 -05:00
Zach Daniel
984ee42a60 docs: add placeholder guide because we moved the top-googled guide 2023-01-31 09:12:19 -05:00
github-actions
7723c3f824 chore: release version v3.7.6 2023-01-30 23:21:50 +00:00
github-actions
8f6f925fc2 chore: release version v3.7.5 2023-01-30 01:46:09 +00:00
Zach Daniel
bd6e57b3d4
improvement: add metadata declarations to actions that have a token (#164) 2023-01-29 20:30:11 -05:00
github-actions
e18c0b7263 chore: release version v3.7.4 2023-01-30 00:24:54 +00:00
Zach Daniel
6486858511
docs: don't show readme on ash_hq (#160)
* docs: don't show readme on ash_hq

* docs: show phoenix 1.7 compatibility note and add ash_apis config
2023-01-26 11:51:03 +13:00
github-actions
6c0a11cea7 chore: release version v3.7.3 2023-01-18 23:08:08 +00:00
github-actions
d6bfedfec2 chore: release version v3.7.2 2023-01-18 22:39:07 +00:00
github-actions
5631b376da chore: release version v3.7.1 2023-01-18 07:27:37 +00:00
Zach Daniel
6321a9baa6
improvement: update ash & switch to new docs patterns (#146) 2023-01-18 02:13:30 -05:00
github-actions
00f082cc8d chore: release version v3.7.0 2023-01-18 01:52:26 +00:00
github-actions
d8bd7030bb chore: release version v3.6.1 2023-01-15 07:34:35 +00:00
github-actions
161c8ab7e8 chore: release version v3.6.0 2023-01-13 04:28:27 +00:00
github-actions
f16960f018 chore: release version v3.5.3 2023-01-13 00:48:41 +00:00
github-actions
4b1da2fe73 chore: release version v3.5.2 2023-01-12 22:33:22 +00:00
github-actions
cce4d87995 chore: release version v3.5.1 2023-01-12 05:02:37 +00:00
github-actions
6c093788b8 chore: release version v3.5.0 2023-01-12 04:29:57 +00:00
github-actions
3885ab609f chore: release version v3.4.2 2023-01-12 02:40:38 +00:00
Zach Daniel
999bec00ee
improvement: add policy utilities and accompanying guide (#119)
* improvement: add policy utilities and accompanying guide
fix: improve some error message/validation logic

* chore: update castore & fix check definition

* improvement: fix build/warnings/dialyzer/format

* chore: add private context to new `get_token` action.

* chore: fix build.

I'd rather have the warning than a build failure.

Co-authored-by: James Harton <james@harton.nz>
2023-01-12 15:34:41 +13:00
github-actions
178867852a chore: release version v3.4.1 2023-01-12 00:55:55 +00:00