GithubHelp home page GithubHelp logo

jwt-demo's Introduction

jwt-demo

基本功能:

  • 使用JWT实现的简单的认证demo
  • 解决了跨域

接口的介绍:

/token接口:

  • 访问此接口可以获得JWT

  • 需要提供参数username

获得JWT实例

image-20210527215656261

/hello接口:

  • 访问 /hello 的时候,需要在header中携带 JWT。如果没有携带的话,会返回错误信息。
  • 访问此接口的时候,它会根据已经认证的用户,返回一个问候字符串

未携带JWT

image-20210527215835510

携带JWT

image-20210527220033572

致谢:

此demo的代码基本来自

songboriceman/doubao_community_backend: 手把手vue+springboot前后端分离项目实战---豆宝社区项目后端代码 (github.com)

jwt-demo's People

Contributors

blithe-chiang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.