This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/js
Joseph Schorr 8aac3fd86e Add support for an external JWT-based authentication system
This authentication system hits two HTTP endpoints to check and verify the existence of users:

Existance endpoint:
GET http://endpoint/ with Authorization: Basic (username:) =>
    Returns 200 if the username/email exists, 4** otherwise

Verification endpoint:
GET http://endpoint/ with Authorization: Basic (username:password) =>
    Returns 200 and a signed JWT with the user's username and email address if the username+password validates, 4** otherwise with the body containing an optional error message

The JWT produced by the endpoint must be issued with an issuer matching that configured in the config.yaml, and the audience must be "quay.io/jwtauthn". The JWT is signed using a private key and then validated on the Quay.io side with the associated public key, found as "jwt-authn.cert" in the conf/stack directory.
2015-06-05 13:20:10 -04:00
..
directives Fix small JS issue if the underlying repository has no branches defined 2015-06-01 15:45:13 -04:00
pages Fix typo 2015-05-27 12:06:38 -04:00
services Fix NPE in notifications service 2015-05-26 16:05:38 -04:00
angular-route-builder.js Move all controllers into page definitions and add support for layout profiles 2015-02-20 18:15:48 -05:00
app.js Remove cookie check for the new layout 2015-05-03 18:36:06 -07:00
core-config-setup.js Add support for an external JWT-based authentication system 2015-06-05 13:20:10 -04:00
core-ui.js Fix tabs handling in the old layout. These shims are temporary. 2015-04-22 15:58:05 -04:00
graphing.js Fix typo 2015-04-23 14:52:08 -04:00
tour.js Fix tutorial 2015-05-13 14:55:39 -04:00
untar.js Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00