feat(access_token): support creating access token for connectors #407
feat(connector_auth): add access token authtype
b92cd9c7
feat(utils): add function to generate unixtimestamp
7dea3d35
feat(refresh_token): WIP
f4ec07e4
feat(refresh_token): add refresh token function
249c5dc2
chore: replace todo!() with response
671148d1
fix: cargo clippy warnings
31fa7b48
chore: revert a previous change done during testing
c7c5e433
fix(core): remove specific imports
ebf424e4
Merge branch 'main' into refresh_token_functionality_for_routerdata
e057bfb1
feat(core): add refresh token functionality
0e0e5f3b
refactor(core): handle connector error when refreshing accessing token
edabcbeb
chore: run cargo fmt
df1576bb
fix(tests): add access token to routerdata
cd2cc69d
fix(merchant_connector_account): replace get_and_deserialize with get…
7d78c6fa
fix(access_token): serialize access token and store it
46e90a63
feat: add DeserializationFailed storageerror
6e548c52
Narayanbhat166
changed the title Refresh token functionality for routerdata feat(access_token): support creating access token for connectors 3 years ago
refactor: fix spelling
c68e774c
refactor: rename update_auth to add_refresh_token
bd0d0ee1
Merge branch 'main' into refresh_token_functionality_for_routerdata
6b5af210
feat: add empty implementation of accesstoken for rapyd
41ce7241
refactor: rename traits to meaningful names
9c8deb1a
refactor: impl access_token_method on connector
5ae85c1c
refactor: remove unused trait
941871cf
refactor: change key format for access token
dc2fd619
refactor: change error handling format
992ab159
refactor: use String::new() instead of to_string
30a5b19c
refactor: change format
0c67a5fb
refactor: remove unused function
0717ff0d
feat: add access_token for refunds
60f1f782
refactor: use AddAccessTokenResult instead of returning tuple
873bd088
feat: add access_token for refunds sync
bdbe7799
feat: add docs to routerdata type conversion
dafae8e3
refactor: remove unnecessary clones of routerdata
6460889c
docs: enhance comment
da74f167
jarnura
requested changes
on 2023-01-19
refactor: rename db to store
e8697299
refactor: remove unnecessary clone on redis_conn
3c5ef503
refactor: move access_token to payments core
9a3bb5ef
jarnura
requested changes
on 2023-01-20
refactor: add access_token feature prefix
255abf94
jarnura
approved these changes
on 2023-01-20
jarnura
removed S-waiting-on-review
jarnura
requested changes
on 2023-01-20
refactor: use try_from instead of from
3e2e4f9a
Merge branch 'main' into refresh_token_functionality_for_routerdata
9dde95a9
jarnura
approved these changes
on 2023-01-20
jarnura
removed S-waiting-on-author
Merge branch 'main' into refresh_token_functionality_for_routerdata
a25a8676
Merge branch 'main' into refresh_token_functionality_for_routerdata
554023cf
SanchithHegde
deleted the refresh_token_functionality_for_routerdata branch 3 years ago
Login to write a write a comment.
Login via GitHub