GithubHelp home page GithubHelp logo

timski-proekt-192007-203018's Introduction

About our project

Authentication with Bearer Token

This project utilizes Bearer Token authentication to secure access to its resources. Bearer Token is a simple, yet effective, method for authenticating API requests. This README.md provides an overview of how authentication is implemented using Bearer Tokens in this project.

What is Bearer Token?

Bearer Token is a type of access token that is sent with each HTTP request to authenticate the identity of the client. In this project, a Bearer Token is used as a credential to access protected resources. The token is included in the request header, providing a secure and standardized way to authenticate API requests.

How to Obtain a Bearer Token

To obtain a Bearer Token, users typically need to authenticate themselves through logging in with valid credentials. Once authenticated, the server issues a Bearer Token to the client. This token must be included in the Authorization header of subsequent requests to access protected resources.

Token Expiry

It's important to note that Bearer Tokens issued in this project have a validity period of 365 days. After this period, the tokens will expire, and users will need to re-authenticate to obtain a new token.

Additionally, if a user logs out or revokes access, the associated Bearer Token becomes invalid immediately. This enhances the security of the authentication process and helps protect user accounts.

timski-proekt-192007-203018's People

Contributors

davidgjorgjievski avatar dmitev2000 avatar

Watchers

 avatar

Forkers

ivankitanovski

timski-proekt-192007-203018's Issues

Промена на ЕР дијаграмот и релациската шема - 1

Потребно е да се промени дијаграмот бидејќи е потребно да се чува некаков историјат на цените на телефоните. Вака без разлика по која цена е купен уредот, секогаш од базата ќе се зема последната (моменталната) цена на тој уред во соодветната продавница (при приказ на нарачките).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.