added a flag indicating OAuth2 auth record creation

This commit is contained in:
Gani Georgiev
2023-03-25 15:18:28 +02:00
parent be0ee7f66c
commit e5a22b8bd8
3 changed files with 9 additions and 4 deletions
+2
View File
@@ -26,6 +26,8 @@
- Added option to explicitly set the record id from the Admin UI ([#2118](https://github.com/pocketbase/pocketbase/issues/2118)).
- Added `core.RecordAuthWithOAuth2Event.IsNewRecord` bool field to indicate whether the OAuth2 action created a new auth record.
- **!** Renamed `daos.GetTableColumns()` to `daos.TableColumns()` for consistency with the other Dao table related helpers.
- **!** Renamed `daos.GetTableInfo()` to `daos.TableInfo()` for consistency with the other Dao table related helpers.