jwt-authentication
Here are 2,232 public repositories matching this topic...
-
Updated
Apr 9, 2020 - Java
Describe the feature
Ideally the documentation should mention all the datastore models required by the OpenID Connect flows. The current documentation has this section for OAuth2.0 (https://oauthlib.readthedocs.io/en/latest/oauth2/server.html#create-your-datastore-models) but it is missing for OIDC.
-
Updated
Jul 15, 2019 - C
-
Updated
Apr 14, 2020 - C#
Currently the only Getting Started documentation is on keratin.tech and describes a short Docker command. The main documentation on keratin.github.io should also have a Getting Started section, optionally with Docker Compose.
-
Updated
Jun 6, 2020 - Java
-
Updated
Apr 16, 2020 - C#
http://wiki.freepascal.org/pas2js
Razor style scripting using pascal would be a nice addition.
Hello, world!
The time on the server is @DateTime.Now
The ability pass a model the page, interop with javascript, dom, etc..
-
Updated
Aug 25, 2019 - Java
-
Updated
May 16, 2020 - Go
-
Updated
Apr 12, 2020 - JavaScript
-
Updated
Apr 5, 2020 - JavaScript
-
Updated
Apr 13, 2020 - Go
-
Updated
Dec 3, 2019 - PHP
I find the project really useful, the stack is very good for making scalable projects easily. It took some time however to get the hang of it since I'm not very experienced with nest. I think it will help other users start their projects right away with some sort of documentation similar to https://github.com/sahat/hackathon-starter
-
Updated
Nov 3, 2018 - C#
-
Updated
Jun 7, 2020 - Vue
-
Updated
Oct 5, 2019 - C#
-
Updated
Sep 12, 2017 - PHP
-
Updated
Apr 29, 2020 - Java
-
Updated
Jun 11, 2020 - C#
Typo in readme.md?
Token from User Credentials.
This method should be used when you just registered a user and any other special cases.
I think this should be "This method should be used when you want to authenticate a user and any other special cases." because the function
public function tokenFromCredentials(Guard $auth, Request $request)
{
// get some credentials
$credential
-
Updated
Jun 7, 2020 - C#
-
Updated
Jun 12, 2020 - C#
-
Updated
May 17, 2020 - Ruby
-
Updated
Feb 1, 2020 - PHP
-
Updated
Dec 13, 2019 - JavaScript
Improve this page
Add a description, image, and links to the jwt-authentication topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jwt-authentication topic, visit your repo's landing page and select "manage topics."
RFC 7515, Section 2 states:
This is reinforced by the example shown in Appendix A4 using a payload of the string literal
Payload
.As