Api Auth Workshop

Code for the Workshop Securing APIs with OAuth in Python
Alternatives To Api Auth Workshop
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Api Security Checklist20,661
4 days ago12mit
Checklist of the most important security countermeasures when designing, testing, and releasing your API
Next Auth15,38221739 hours ago567August 01, 2022199iscTypeScript
Authentication for the Web.
Awesome Go Cn5,896
20 days ago10
Go 资源大全中文版, 内容包括:Web框架、模板引擎、表单、身份认证、数据库、ORM框架、图片处理、文本处理、自然语言处理、机器学习、日志、代码分析、教程和(电子)书等。由「开源前哨」和「Go开发大全」微信团队维护。
Microservices Platform3,977
14 days ago9apache-2.0Java
基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户系统架构。并引入组件化的思想实现高内聚低耦合,项目代码简洁注释丰富上手容易,适合学习和企业中使用。真正实现了基于RBAC、jwt和oauth2的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持CI/CD多环境部署,并提供应用管理方便第三方系统接入;同时还集合各种微服务治理功能和监控功能。模块包括:企业级的认证系统、开发平台、应用监控、慢sql监控、统一日志、单点登录、Redis分布式高速缓存、配置中心、分布式任务调度、接口文档、代码生成等等。
Awesome Go Cn3,973
a month ago7mit
一个很棒的Go框架、库和软件的中文收录大全。:alarm_clock:脚本定期与英文文档同步,包含了各工程star数/最近更新时间,助您快速发现优质项目。Awesome Go~
Xboot3,630
5 months ago8gpl-3.0Java
基于Spring Boot 2.x的一站式前后端分离快速开发平台XBoot 微信小程序+Uniapp 前端:Vue+iView Admin 后端:Spring Boot 2.x/Spring Security/JWT/JPA+Mybatis-Plus/Redis/Elasticsearch/Activiti 分布式限流/同步锁/验证码/SnowFlake雪花算法ID 动态权限 数据权限 工作流 代码生成 定时任务 社交账号 短信登录 单点登录 OAuth2开放平台 客服机器人 数据大屏 暗黑模式
Authlib3,5801621472 days ago35April 06, 202247bsd-3-clausePython
The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
Ruby Jwt3,41744,2506332 months ago37August 25, 202230mitRuby
A ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.
Cli2,931782 days ago265September 13, 2022120apache-2.0Go
🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.
Oauth22,7667313 days ago16May 18, 202285mitGo
OAuth 2.0 server library for the Go programming language.
Alternatives To Api Auth Workshop
Select To Compare


Alternative Project Comparisons
Readme

Securing APIs with OAuth in Python [Workshop]

Code for the workshop Securing APIs with OAuth in Python.

In this workshop, we add OAuth authorization to an API.

Instructor: Jose Haro Peralta

image image

Full stack consultant and founder of microapis.io

Author of Microservice APIs

Agenda for the workshop

  1. Authorization vs authentication
  2. What is Open Authorization (OAuth)?
  3. OAuth flows
  4. What is OpenID Connect?
  5. What are JSON Web Tokens (JWTs)?
  6. Structure of a JWT
  7. JWT claims
  8. JWT signing algorithms
  9. Python JWT libraries
  10. Producing JWTs
  11. Validating JWTs
  12. Creating an authorization middleware
Popular Oauth Projects
Popular Jwt Projects
Popular Security Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Oauth2
Jwt
Jsonwebtoken
Authorization