summaryrefslogtreecommitdiff
path: root/src/core/plugins/auth
AgeCommit message (Expand)Author
2023-08-02fix(icons): allow SVG icons to receive arbitrary props (#9106)Vladimír Gorej
2023-07-20feat: add Icons pluginDamian Polewski
2023-05-22feat(auth): persist cookie based apiKey in document.cookie (#8689)Vladimír Gorej
2022-10-24fix(oauth2): only display scopes relevant for current endpoint (#8229)kai-morich
2022-03-10feat(oauth2): authActions.authPopup plugin accessible wrapper (#7699)Maciej Kowalski
2021-03-10fix(auth): support pkce when using basic auth header (#7038)Dan Dumont
2020-10-21fix(auth): support for oauth2 relative url (#6546)Tim Lai
2020-09-11feat: Preserve authorization on browser refresh and close/reopen (#5939)Amir Bitaraf Haghighi
2020-06-10fix: support variables in auth urls (#5913)John
2020-06-01fix: bugs/4641 flaky test (#6047)Tim Lai
2019-10-07feat: add PKCE support for OAuth2 Authorization Code flows (#5361)poveilleux
2019-02-14improvement: set `X-Requested-With` to prevent browser authentication dialog ...dalbrx-forcam
2018-12-07improve: OAuth2 UI and test suite (via #5066)kyle
2018-09-28fix: add client_id and client_secret to form when type is request-body (via #...Scott O'Hara
2018-08-08improve: include more error data from authorization call (via #4801)Martin Danielsson
2018-04-06fix: add additionalQueryStringParams to auth requests (#4419)kyle
2018-04-05Fix(auth): improper resolution of relative token urls (#4180)Luka Žitnik
2018-03-16feat: preauthorization (#4339)kyle
2018-01-18fix: execution error in IE (#4128)Drew Ballance
2017-12-28Refactor `afterLoad` interface to expose raw plugin contextKyle Shockey
2017-12-15Move initOAuth attacher out of core constructorKyle Shockey
2017-11-29Add responseInterceptor as wellKyle Shockey
2017-11-29Add requestInterceptor to OAuth2 request authorization callsKyle Shockey
2017-11-14Merge branch 'master' into uri-encoded-scopes-fixkyle
2017-11-06Improve junk data handlingKyle Shockey
2017-11-06Deprecate authSelectors.getDefinitionsByNamesKyle Shockey
2017-11-06Rework filtering logic for definitionsForRequirementsKyle Shockey
2017-11-06Rewire AuthorizeOperationBtn; create new selector for filtering definitionsKyle Shockey
2017-10-29Don't URI-encode scopes when posting in oauth2 password flowJeremy Epstein
2017-10-18Refactor Auths component flow; create component that supports HTTP authsKyle Shockey
2017-10-11OAS3 Auth MVPKyle Shockey
2017-08-03merge masterAaron Loo
2017-08-01Merge branch 'master' into support-basic-auth-for-authorization-code-grantKyle
2017-07-28remove CORS header in requestAaron Loo
2017-07-18Fix oauth2 password flowTANAKA Koichi
2017-07-13Renamed authorizeAccessCodeWithQueryParams->authorizeAccessCodeWithFormParamsEric Turcotte
2017-07-12Renamed authorizeAccessCode() to authorizeAccessCodeWithQueryParams()Eric Turcotte
2017-06-08#3172 added Access-Control-Allow-Origin for auth requestsAnna Bodnia
2017-06-08fixes #3172Anna Bodnia
2017-05-31fix #3128Anna Bodnia
2017-05-16Send redirect url when authenticating with oauth2-authorization_codeFurkan Ayhan
2017-05-11add configuration of auth: scope separator, client id, client secret, app nam...Anna Bodnia
2017-04-27fix #2870Anna Bodnia
2017-04-27fix eslint errorsAnna Bodnia
2017-04-27#2844 fix accessCode flowAnna Bodnia
2017-04-26fixes password, application oauth2 flowsAnna Bodnia
2017-04-10Fix #2763Kyle Shockey
2017-04-06add fn.fetch instead of native fetchMészáros Mihály
2017-04-06move out the code according @bodnia guideMészáros Mihály
2017-04-04fix #2456Anna Bodnia