summaryrefslogtreecommitdiff
path: root/src/core/components/auth
AgeCommit message (Expand)Author
2024-02-15fix: associate HTML labels with inputs (#9599)Oliwia Rogala
2023-11-22fix(auth): allow password managers to pre-fill input fields (#9390)Artur
2023-09-07feat(a11y): provide additional context for authorization and logout button (#...Jelle Aret
2023-07-20feat: add Icons pluginDamian Polewski
2022-11-04fix: show client secret input for PKCE auth code flow (#8268)Andreas Born
2022-08-10fix(auth): client_secret may appear in non-authcode flows while also using PK...Vladimir Slesarev
2022-07-19fix(lint): upcoming eslint@8 reported errors (#8105)Tim Lai
2022-01-31fix(auth): compensate for uninitialized configVladimir Gorej
2022-01-26feat: do not ask for client secret when using auth code with PKCE (#7438)Christian Egli
2021-10-08fix: remove redundant whitespaces in API key auth popup (#7538)Sviataslau Hankovich
2021-03-10refactor(auth): rename auth flow constants to be more descriptive (#7061)Tim Lai
2020-12-09feat(auth): Add OIDC support (#3517) (#6549)Ilya Lipnitskiy
2020-10-21fix(auth): support for oauth2 relative url (#6546)Tim Lai
2020-10-14fix: add autofocus to auth fields (#6483)Adam Stachowicz
2020-09-11feat: Preserve authorization on browser refresh and close/reopen (#5939)Amir Bitaraf Haghighi
2020-06-11fix(Markdown): render markdown in more secure wayVladimir Gorej
2020-06-10improvement: Move inline styles to SCSS instead (#5578)tomdegoede
2020-06-10improvement: oauth "scopes" improvements (#6037)Matthew Morrissette
2020-03-22improvement: do not require basic password in UI (#5812)Simran
2020-01-14improvement: clear auth information from memory when logging out (#5316)Simon Legg
2020-01-11improvement: use type 'password' instead of text for client secret (#5262)dalbrx-forcam
2019-09-20fix: mitigate "sequential @import chaining" vulnerability (#5616)kyle
2018-12-07improve: OAuth2 UI and test suite (via #5066)kyle
2018-10-01fix: repair schemes servers rendering (via #4913)kyle
2018-07-19housekeeping: bundle size reductions (#4713)kyle
2018-03-02v3.12.0 (#4282)kyle
2018-03-02improve: add "Close" button to OAuth dialog, rename "Done" button elsewhere (...Charles Capps
2018-01-25improve(a11y): visibility accessibility via aria-label (#4127)maryscar
2017-11-23Add spacing between done and authorize buttonKyle Shockey
2017-11-22Merge branch 'master' into masterkyle
2017-11-21Auth modal close button adddedMinasokoni
2017-11-18add flow to make scope checkbox id unqiueChristoph Kappestein
2017-11-17Display `name` security scheme property for apiKey typeKyle Shockey
2017-11-06Rewire AuthorizeOperationBtn; create new selector for filtering definitionsKyle Shockey
2017-10-20Linter fixesKyle Shockey
2017-10-18Refactor Auths component flow; create component that supports HTTP authsKyle Shockey
2017-10-13WIPKyle Shockey
2017-10-11OAS3 Auth MVPKyle Shockey
2017-07-19Added href attribute to <use> tags with deprecated xlinkHref attribute.Austin
2017-06-29fix eslint issuesRVKen
2017-06-08fixes #3191Anna Bodnia
2017-06-08fixes #3172Anna Bodnia
2017-06-01Merge branch 'bug/3163-markdown-xss' of github.com:shockey/swagger-ui into bu...Kyle Shockey
2017-06-01Finish rewiring Markdown providerKyle Shockey
2017-06-01Merge branch 'master' into bug/3163-markdown-xssshockey
2017-06-01Disable HTML rendering in React-MarkdownKyle Shockey
2017-05-31 #3128 make request-body type default for aouth2 password flowAnna Bodnia
2017-05-11add configuration of auth: scope separator, client id, client secret, app nam...Anna Bodnia
2017-05-04Make the checkbox id more unique.Stefan Grootscholten
2017-04-26fixes password, application oauth2 flowsAnna Bodnia