bearer-authentication
There are 81 repositories under bearer-authentication topic.
pascaldekloe/jwt
JSON Web Token library
msanvarov/nest-rest-mongo-boilerplate
🍱 backend with nest (typescript), mongoose, and authentication
ivanpaulovich/event-sourcing-jambo
An Hexagonal Architecture with DDD + Aggregates + Event Sourcing using .NET Core, Kafka e MongoDB (Blog Engine)
ivanpaulovich/event-sourcing-castanha
An Event Sourcing service template with DDD, TDD and SOLID. It has High Cohesion and Loose Coupling, it's a good start for your next Microservice application.
JBeni/BlazorShop
Create a Shop with Blazor Web on Net 7. Stripe Checkout & Subscription
unosquare/swan-aspnetcore
SWAN ASP.NET Core
diegomdrs/nubank-token-api
API para facilitar a criação e atualização do token necessário para o acesso a API pública do Nubank (para consulta de extratos, saldo e etc.)
BesoGenebashvili/BlogEngine
An open source blog engine built with ASP.NET Core
klarstil/lifx-http-api
:bulb: Thin wrapper around the Lifx HTTP API (http://api.developer.lifx.com/)
furkankadioglu/SimpleCalendarExample-Web-Application
Example project and code snippets
marcominerva/AwesomeBackend
A sample API backend made with ASP.NET Core 5.0
stefanMinch3v/AspAngularTemplate
ASP.NET Core / Angular template with complete register, login, role management using the JWT Bearer token authorization and Cross-Origin Resource Sharing (CORS) policy enabled
bouraine/onion.architecture.dotnetcore2.0
Minimal Onion architecture implementation with .Net Core 2.0 and JWT Bearer Authentification
deepmancer/fastapi-auth-jwt
Simple to use FastAPI JWT authentication middleware
dlenroc/ApacheJMeter_auth
JMeter 3+ HTTP Sampler with authentication
alexandra-valkova/DoctorAppointment
ASP.NET Core 8 Minimal API and Razor Pages app for booking doctor appointments 🧑⚕️ Identity, Clean Architecture, EF Core, SQL Server, Repository and Specification Patterns, MediatR, FluentValidation
flamego/auth
Package auth is a middleware that provides request authentication for Flamego
bbakunowicz/insulo
InsuloJS components for React based applications
inomera/integration-adapters
HTTP REST / SOAP Integration Adapters For Backends
aleksandromilenkov/FinanceProject
Fullstack Web App for informing about stock data
aleksandromilenkov/FootballAPI
ASP.NET Web API
arpitfs/aad-secured-api
This is a secured api which requires a token to get the data. The azure active directory is identity server for the api. The clients needs to be registered to azure too where it will provide the secret or the certificate thumbprint to azure to get the token which is the passed to headers in the api call. The token needs to be passed as a bearer token in the authorization header. The following sets needs to done to register the api to azure.
Emallates/ng-enoa-auth
Token-based AngularJS Authentication
fewrux/next-auth-jwt
Next.js Authentication Context example.
GlebTheProgrammer/MODSEN_Internship_Project
Test Project for Modsen company
jimkangosjarvi/Chatter-WebAssembly
A real-time chat application using Blazor Webassembly Net 5.0, SignalR and JwtBearer tokens for signing in and using it in signalr chat with chat groups.
nikhovas/goshort
Url shortener with protected urls managing written in Go.
ortegasixto11/NetCore-TodoApp-Api
TodoApp Api with NetCore 3.1, JWT and MS SQLServer
swapniltake1/Secure-Spring-Boot-API-with-JWT-Authentication
This GitHub repository hosts a comprehensive example of a secure RESTful API built using Spring Boot, fortified with Spring Security for authentication, and powered by JSON Web Tokens (JWT) for robust authorization. The project showcases a well-structured implementation that ensures only validated requests with bearer tokens gain access,
Andrey-Ved/api_example
Simple API on FastAPI
emreksbyn/API_CRUD
In this repository, the API has been developed. Swagger is used. Bearer Token Authentication is used.
FlazeFy/Kumande-Mobile
created using flutter
LulwahAlmisfer/songsApp-BearerAuth
IOS side Bearer auth
MoMakkawi/API-Authentication-Samples
Examples in the ASP.NET API 8 for applying Authentication
rohandhanani/Bearer-Token
This repository give information and code about Bearer-token. Using and generating an app-only Bearer Token. A bearer token allows developers to have a more secure point of entry for using the Twitter APIs, and are one of the core features of OAuth 2.0. Authentication, which uses a Bearer Token, is also known as application-only authentication.
Tzesh/MinimalistArchitecture
Minimalist .NET 7 minimal API architecture with FluentValidation, Swagger, JWT Bearer Authentication, xUnit, and Serilog