Files
growstuff/app/views
google-labs-jules[bot] 02db5b8130 Add API token generation, authentication, and CRUD for a number of the API resources (#4237)
* feat: Add API token generation and authentication

This commit introduces API token generation and authentication for write operations.

- Adds a section to the user's profile edit page to generate and display an API token.
- Reuses the `authentications` table to store the API token, avoiding the need for a database migration.
- Implements token-based authentication for the API using the `Authorization: Token token=...` header.
- Enables write operations for all API resources and ensures they are protected by the new authentication mechanism.
- Adds feature and request specs to test the new functionality.

* feat: Add API token generation and authentication

This commit introduces API token generation and authentication for write operations.

- Adds a section to the user's profile edit page to generate and display an API token.
- Reuses the `authentications` table to store the API token, avoiding the need for a database migration.
- Implements token-based authentication for the API using the `Authorization: Token token=...` header.
- Enables write operations for all API resources and ensures they are protected by the new authentication mechanism.
- Adds feature and request specs to test the new functionality.

* Mark as editable

* Refactor

* WIP - Authentication

* Implement more test coverage

* Split 401 and 403

* Before Create hooks

* Update harvest specs, defaulting to the first plant part - this may not be right

* Update coverage

* Update coverage

* Rubocop

* Rubocop

* Rubocop

* Fix coverage

* For now, mark photos immutable again

* Fix specs

* Fix specs

* Rubocop

* Fix specs

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Daniel O'Connor <daniel.oconnor@gmail.com>
2025-09-10 19:50:06 +09:30
..
2025-09-07 05:34:49 +00:00
2025-08-24 21:10:16 +09:30
2019-05-24 01:24:29 +00:00
2019-09-28 17:23:25 +12:00
2024-03-10 11:49:22 +10:30
2025-09-07 07:59:51 +00:00
2025-09-07 08:04:14 +00:00
2025-09-07 05:14:18 +00:00
2025-09-07 05:20:35 +00:00
2025-09-07 05:14:18 +00:00
2019-07-23 09:38:30 +12:00
2024-02-04 15:08:18 +10:30
2025-08-24 21:10:16 +09:30
2025-09-09 12:49:17 +00:00
2025-08-24 21:10:16 +09:30