zitadel/internal/auth/repository
Livio Amstutz ed80a8bb1e
feat: actions (#2377)
* feat(actions): begin api

* feat(actions): begin api

* api and projections

* fix: handle multiple statements for a single event in projections

* export func type

* fix test

* update to new reduce interface

* flows in login

* feat: jwt idp

* feat: command side

* feat: add tests

* actions and flows

* fill idp views with jwt idps and return apis

* add jwtEndpoint to jwt idp

* begin jwt request handling

* add feature

* merge

* merge

* handle jwt idp

* cleanup

* bug fixes

* autoregister

* get token from specific header name

* fix: proto

* fixes

* i18n

* begin tests

* fix and log http proxy

* remove docker cache

* fixes

* usergrants in actions api

* tests adn cleanup

* cleanup

* fix add user grant

* set login context

* i18n

Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
2021-09-27 13:43:49 +02:00
..
eventsourcing feat: actions (#2377) 2021-09-27 13:43:49 +02:00
application.go fix: merge master (#1398) 2021-03-10 11:13:53 +01:00
auth_request.go feat: actions (#2377) 2021-09-27 13:43:49 +02:00
features.go feat: features (#1427) 2021-03-25 17:26:21 +01:00
iam.go feat: Custom message files (#1992) 2021-07-13 07:13:39 +02:00
key.go fix: improve key rotation (#1328) 2021-02-23 08:32:00 +01:00
org.go feat: passwordless registration (#2103) 2021-08-02 15:24:58 +02:00
project.go feat: project roles (#843) 2020-10-16 07:49:38 +02:00
refresh_token.go feat: refresh token (#1728) 2021-05-20 11:33:35 +00:00
repository.go feat: refresh token (#1728) 2021-05-20 11:33:35 +00:00
token.go feat: User login commands (#1228) 2021-02-08 11:30:30 +01:00
user_grant.go fix: return authorizations on userinfo (#420) 2020-07-09 14:05:12 +02:00
user_session.go feat: metrics (#1024) 2020-12-02 08:50:59 +01:00
user.go feat: add resource owner scope / claim (#2274) 2021-08-31 09:49:31 +00:00