mirror of https://github.com/jwtk/jjwt.git
Resolves #275
This commit is contained in:
parent
1914ddd262
commit
54ddbedbec
|
@ -1,7 +1,10 @@
|
||||||
The Base64 implementation is based on MigBase64 with modifications for Base64 URL support. This
|
## Base64 implementation
|
||||||
class's copyright and license notice have been retained and are repeated here per that code's requirements:
|
|
||||||
|
|
||||||
**** BEGIN MIGBASE64 NOTICE *****
|
JJWT's `io.jsonwebtoken.io.Base64` implementation is based on [MigBase64](https://github.com/brsanthu/migbase64) with
|
||||||
|
continued modifications for Base64 URL support and additional test cases. The MigBase64 copyright and license notice
|
||||||
|
have been retained and are repeated here per that code's requirements:
|
||||||
|
|
||||||
|
```
|
||||||
Licence (BSD):
|
Licence (BSD):
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
@ -29,4 +32,4 @@ OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABIL
|
||||||
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
||||||
OF SUCH DAMAGE.
|
OF SUCH DAMAGE.
|
||||||
**** END MIGBASE64 NOTICE *****
|
```
|
Loading…
Reference in New Issue