ash_authentication/lib
James Harton 07f9408eee
improvement(TokenResource)!: rename generated created_at attribute to inserted_at.
If you are using the token resource this is a **breaking change**.  You will need
to generate new migrations using:

    mix ash_postgres.generate_migrations --name=rename_created_at_to_inserted_at

It will ask you if you are renaming `created_at` to `inserted_at` - answer yes.
2023-09-22 09:48:12 +12:00
..
ash_authentication improvement(TokenResource)!: rename generated created_at attribute to inserted_at. 2023-09-22 09:48:12 +12:00
ash_authentication.ex docs: Fix double-docs problem on ash-hq (it's actually a code issue). (#353) 2023-07-14 09:07:39 +12:00