-
This may or may not be a general issue, but raising it for visibility.
When authenticating with Firebase, you use a JWT generated on Vapor, passed to the mobile app, and then passed to Firebase. Do…
-
I appologize if this is in the wrong repo. Might be more of a graphile-build-pg ticket...
I get this error for the following Schema, which you can clearly see only contains one Profile type:
…
-
According to RFC 7519:
> In the general case, the "aud" value is an array of case-sensitive strings, each containing a StringOrURI value. In the special case when the JWT has one audience, the "a…
ghost updated
6 years ago
-
Any number of seconds provided to expiresIn ->
the token never expires.
either expiresIn: 1
either expiresIn: "1s"
ps. does not matter if it's 1 second or more.
-
Hi !
I'm using the postgres binary build from ubuntu, and I'm trying to plug the external authentication Auth0.
They use a JWT whose sub claim is in the form
``` javascript
{
...
sub: "{con…
-
Hi,
I'm just wondering if there is a way to sign a message as a string?? Like:
payload = 'my string to sign'
signed_message = JSON::JWT.new(payload).sign(my_private_key, :RS256)
instead of:
p…
-
When I use `Jwts.parser().parsePlaintextJws(token)` on one of my tokens, I get an exception with something like "Signed JWSs/JWTs are not supported".
That doesn't make much sense to me. Am I doing …
-
系统整理知识点,记录所碰到的问题,进行总结并且可以展示一些基本的代码学习尝试demo,作为事务管理系统,他应该可以管理文档和每日工作的记录,进行文档搜索和事务通知的功能。
这个系统基于https://github.com/xupingmao/xnote项目建立,修改增加新的功能,改变其页面展示同时作为学习python的一个途径
3Lweb updated
6 years ago
-
Hi all,
is it possible to generate/parse headless tokens or would you consider this a useful enhancement? In my opinion headless tokens are a nice approach for saving some bandwidth when your appli…
-
Currently token expiration property is expected to be in seconds but it should support other time units as milliseconds for example