jwt-auth
Here are 309 public repositories matching this topic...
-
Updated
Jun 21, 2020 - C#
-
Updated
Apr 29, 2020 - Java
-
Updated
Apr 13, 2020 - Go
-
Updated
Dec 3, 2019 - PHP
-
Updated
Jun 6, 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
Jul 5, 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
Jun 10, 2020 - PHP
-
Updated
Apr 12, 2019 - Go
-
Updated
Jan 1, 2020 - Java
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Apr 18, 2020 - JavaScript
This issue was generated by todo based on a TODO comment in afdcdbda09bfc3be22a5a2e7f693f2f19cb93676. It's been assigned to @ignatandrei because they committed the code.
-
Updated
Jun 6, 2020 - PHP
-
Updated
Mar 3, 2020 - PHP
-
Updated
Jun 29, 2020 - PHP
-
Updated
Jul 5, 2020 - C#
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
Jul 1, 2020 - Java
-
Updated
Jun 30, 2019 - TypeScript
-
Updated
Oct 4, 2018 - PHP
-
Updated
Jan 16, 2018 - JavaScript
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