Skip to content

danduh/ngx-to-do-permissions

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
e2e
 
 
lib
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Todo with Permissions

n many projects, there are authentication processes (more or less). A lot of “best practices” were written in all known technologies and so on, and so forth.

But what happens after the user made the login? After all, he by far cannot do everything. How to define what he can see and what not. What buttons he has the rights to click on, what to change, create and delete.

In this project, I want to consider the approach used for solving these problems in a web application.

Run Application

Start BackEnd

node server/server.js

Run FrontEnd

ng serve

Navigate to http://localhost:4200/

Links

About

Example of handling user permissions in Angular App

Resources

Stars

Watchers

Forks

Packages

No packages published