Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

lreb/Base-NetCore-API

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facware Base

This project has the proposition to provide an API with common features used in a regular project, besides try to implement the last technology versions to provide a new solutions to common problems.

Be free to take this code as you wish.

Integrations

the integrations are ready to use

Authentication

you can use OKTA or JWT methods, just need change app settings configuration

JWT

just enable this service in appsettings[environment].json like this

 "Authentication":{
    "AuthenticationMode": "Jwt"
  },

remeber add your own setting values in appsettings[environment].json file

OKTA

just enable this service in appsettings[environment].json like this

 "Authentication":{
    "AuthenticationMode": "Okta"
  },

remeber add your own setting values in appsettings[environment].json file

OData

Use this attribute EnableQueryFromODataToAWS instead EnableQuery

AWS lambda

Create API build demo

Handler FacwareBase.API::FacwareBase.API.LambdaEntryPoint::FunctionHandlerAsync

Role permissions

get access to S3

arn:aws:iam::aws:policy/AmazonS3FullAccess

get access to execute lambda function

arn:aws:iam::aws:policy/AWSLambdaExecute

About

This project has the proposition to provide an API with common features used in a regular project, besides try to implement the last technology versions to provide new solutions to common problems.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.