All Projects → joken-elixir → Joken

joken-elixir / Joken

Licence: apache-2.0
Elixir JWT library

Programming Languages

elixir
2628 projects

Labels

Projects that are alternatives of or similar to Joken

Ngx Starter Kit
🅰️ Angular 🚀 NestJS 🐒 Starter Kit
Stars: ✭ 479 (-17.41%)
Mutual labels:  jwt
Egg Restfulapi
🏅 基于Egg.js 2.0 & {mongoose,jwt}RESTful API 模板,用于快速集成开发RESTful前后端分离的服务端。
Stars: ✭ 524 (-9.66%)
Mutual labels:  jwt
Gin Boilerplate
The fastest way to deploy a restful api's with Gin Framework with a structured project that defaults to PostgreSQL database and JWT authentication middleware stored in Redis
Stars: ✭ 559 (-3.62%)
Mutual labels:  jwt
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (-16.9%)
Mutual labels:  jwt
Light Reading Cloud
📚 轻松阅读,基于SpringCloud生态开发的阅读类APP微服务实战项目,涉及 SpringCloud-Gateway、Nacos、OpenFeign、Hystrix、Jwt、ElasticSearch 等技术的应用
Stars: ✭ 506 (-12.76%)
Mutual labels:  jwt
F License
Open Source License Key Generation and Verification Tool written in Go
Stars: ✭ 535 (-7.76%)
Mutual labels:  jwt
Cloudfront Auth
An AWS CloudFront [email protected] function to authenticate requests using Google Apps, Microsoft, Auth0, OKTA, and GitHub login
Stars: ✭ 471 (-18.79%)
Mutual labels:  jwt
Jwt Framework
JWT Framework
Stars: ✭ 577 (-0.52%)
Mutual labels:  jwt
Equinoxproject
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
Stars: ✭ 5,120 (+782.76%)
Mutual labels:  jwt
Cookiecutter Flask Restful
Flask cookiecutter template for builing APIs with flask-restful, including JWT auth, cli, tests, swagger, docker and more
Stars: ✭ 556 (-4.14%)
Mutual labels:  jwt
Dj Rest Auth
Authentication for Django Rest Framework
Stars: ✭ 491 (-15.34%)
Mutual labels:  jwt
Shirojwt
API SpringBoot + Shiro + Java-Jwt + Redis(Jedis)
Stars: ✭ 503 (-13.28%)
Mutual labels:  jwt
Springboot Jwt Starter
A Spring Boot JWT starter kit for stateless and token-based authentication apps.
Stars: ✭ 538 (-7.24%)
Mutual labels:  jwt
Jose
🔐 JSON Object Signing and Encryption Framework (JWT, JWS, JWE, JWA, JWK, JWKSet and more)
Stars: ✭ 479 (-17.41%)
Mutual labels:  jwt
Spring Cloud Platform
🔥🔥🔥国内首个Spring Cloud微服务化RBAC的管理平台,核心采用Spring Boot 2.4、Spring Cloud 2020.0.0 & Alibaba,前端采用d2-admin中台框架。 🔝 🔝 记得上边点个star 关注更新
Stars: ✭ 5,514 (+850.69%)
Mutual labels:  jwt
Laravel Vue Boilerplate
🐘 A Laravel 6 SPA boilerplate with a users CRUD using Vue.js 2.6, GraphQL, Bootstrap 4, TypeScript, Sass, and Pug.
Stars: ✭ 472 (-18.62%)
Mutual labels:  jwt
React Blog
react hooks + koa2 + sequelize + mysql 构建的个人博客。具备评论、通知、上传文章等等功能
Stars: ✭ 530 (-8.62%)
Mutual labels:  jwt
Bootshiro
springboot+shiro+jwt
Stars: ✭ 578 (-0.34%)
Mutual labels:  jwt
Full Stack Fastapi Postgresql
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
Stars: ✭ 7,635 (+1216.38%)
Mutual labels:  jwt
Jwt Scala
JWT support for Scala. Bonus extensions for Play, Play JSON, Json4s, Circe, uPickle, Spray and Argonaut
Stars: ✭ 549 (-5.34%)
Mutual labels:  jwt

Joken

Build Module Version Hex Docs Total Download License Last Updated

A JSON Web Token (JWT) Library.

Please, do read our comprehensive documentation and guides:

Usage

Add :joken to your list of dependencies in mix.exs:

def deps do
  # .. other deps
  {:joken, "~> 2.0"},
  # Recommended JSON library
  {:jason, "~> 1.1"}
end

All set! (don't forget to take a look at our comprehensive documentation and guides!)

Benchmarking

Just run the benchmark script based on the supported algorithm:

mix run benchmarks/hs_benchmark.exs
mix run benchmarks/jose_hs_benchmark.exs
mix run benchmarks/pem_rs_benchmark.exs
mix run benchmarks/rs_benchmark.exs

License

Copyright (c) 2014 Bryan Joseph

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Disclaimer

This library would not be possible without the work of @potatosalad (Andrew Bennet). Specifically his library erlang-jose.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].