Philip Korsholm
24bb26b81a
Feat(authentication): username password provider ( #6052 )
2024-01-23 09:04:22 +00:00
Adrien de Peretti
5e655dd59b
chore: Hide repository creation if they are not custom + add upsert support by default ( #6127 )
2024-01-19 15:09:38 +01:00
Adrien de Peretti
130c641e5c
chore: Abstract module services ( #6087 )
...
**What**
Create a service abstraction for the modules internal service layer. The objective is to reduce the effort of building new modules when the logic is the same or otherwise allow to override the default behavior.
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2024-01-18 09:20:08 +00:00
Philip Korsholm
479a8b82a9
feat(authentication, types): Create authentication entities and services ( #5979 )
...
* create authentication entities
* ensure hashes are not returned
* re-add integration test argument
* update filterableprops
* update type
* pr feedback
* update serialization
* move finding existing entities and validation to service layer
* update types
* update models
* update user model
* pr feedback
* fix build
* pr feedback
* update integration test fixtures
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2024-01-08 09:50:12 +01:00
Philip Korsholm
6d1e3cc028
feat(types,module-sdk): setup authentication module skeleton ( #5943 )
...
**What**
- add authentication module skeleton
2023-12-21 06:56:20 +00:00