Skip to content

lit2019/backend-for-users-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here we are calling the authenticate url without creating the user

The token returned is null because the credentials are invalid
Lets try to signup a user

After the successful signup lets try to login once more

Here we can see that a JSON web token has been generated

Now lets try to invoke the get users endpoint without the token

It is showing unauthorized

Lets try to put the token and try fetching the users once again

We can now access the authorized content

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages