jwt-auth
Here are 294 public repositories matching this topic...
-
Updated
Apr 16, 2020 - C#
-
Updated
Apr 29, 2020 - Java
-
Updated
Apr 13, 2020 - Go
-
Updated
Dec 3, 2019 - PHP
-
Updated
Apr 16, 2020 - Java
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
Apr 19, 2020 - Java
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
Feb 1, 2020 - PHP
-
Updated
May 28, 2020 - PHP
-
Updated
Apr 12, 2019 - Go
-
Updated
Jan 1, 2020 - Java
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Apr 18, 2020 - JavaScript
-
Updated
May 27, 2020 - PHP
-
Updated
Mar 3, 2020 - PHP
-
Updated
Apr 4, 2020 - C#
-
Updated
Aug 7, 2019 - Java
Hi Zafar,
Thanks for this amazing code, I need documentation on how to add new entities/routes and fetch user specific data from db.
Can you please guide me on this?
-
Updated
Jun 30, 2019 - TypeScript
-
Updated
Oct 4, 2018 - PHP
-
Updated
Oct 11, 2018 - JavaScript
-
Updated
Jan 16, 2018 - JavaScript
-
Updated
Jan 15, 2020 - PHP
Improve this page
Add a description, image, and links to the jwt-auth topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jwt-auth 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