Skip to content

JWT support for Scala. Bonus extensions for Play JSON and Json4s

License

Notifications You must be signed in to change notification settings

miroxo/jwt-scala

 
 

Repository files navigation

Scala JWT

JWT support for Scala. Pick the best project depending on your need...

Core

Project: scala-jwt-core

Low-level API based mostly based on String and Map since there is no native support for JSON in Scala.

Play JSON

Project: scala-jwt-play-json

Nice API to interact with JWT using JsObject from the Play JSON lib.

Play

Project: scala-jwt-play

Built in top of Play JSON, extend the Result class in order to allow you to manage the Session using JWT.

Json4s

Work in progress...

Examples

License

This software is licensed under the Apache 2 license, quoted below.

Copyright 2015 Paul Dijou (http://pauldijou.fr).

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project 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.

About

JWT support for Scala. Bonus extensions for Play JSON and Json4s

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 79.0%
  • JavaScript 9.7%
  • HTML 3.9%
  • ApacheConf 3.8%
  • CSS 3.6%