This is an automated email from the ASF dual-hosted git repository.

liubao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-fence.git.


    from 5c383c0  [SCB-1340]support expiration time & not before time 
configuration
     new e8dcaff  [SCB-1343]provide web pages to demonstrate login and 
operations
     new 33d3d13  [SCB-1343]minor code condition check improvements

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                          |   7 ++
 README_ZH.md                                       |   8 ++
 .../server/PasswordTokenGranter.java               |  22 +++--
 .../server/RefreshTokenTokenGranter.java           |   5 +
 .../edge/CustomVertxRestDispatcher.java            |   2 +-
 .../authentication/edge/TokenEndpoint.java         |   4 -
 .../servicecomb/authentication/TestEndpoint.java   |   1 -
 .../src/main/resources/microservice.yaml           |   4 +-
 .../EdgeService/src/main/resources/ui/js/login.js  |  22 ++---
 .../src/main/resources/ui/js/operation.js          | 108 +++++++++++++++++++++
 .../EdgeService/src/main/resources/ui/js/upload.js |  63 ------------
 .../resources/ui/{upload.html => operation.html}   |  32 +++---
 12 files changed, 173 insertions(+), 105 deletions(-)
 create mode 100644 samples/EdgeService/src/main/resources/ui/js/operation.js
 delete mode 100644 samples/EdgeService/src/main/resources/ui/js/upload.js
 rename samples/EdgeService/src/main/resources/ui/{upload.html => 
operation.html} (66%)

Reply via email to