Skip to content

issues Search Results · repo:mrellipse/toucan language:C#

Filter by

29 results
 (87 ms)

29 results

inmrellipse/toucan (press backspace or delete to remove)

There is a CSRF prevention mechanism on the template, which adds CSRF token to each request. But since this template use JWT to authorize requests then why we need the CSRF token? As I understand CSRF ...
  • stas-ua
  • Opened 
    on Apr 30, 2019
  • #29

Now Toucan is quite mature, but need some essencial updates, 1. User password change. 2. A sample file to apply CRUD operation. 3. Separate Layout for bother Login and rest of the page (I have already ...
  • hmuhdkamran
  • 2
  • Opened 
    on Nov 8, 2018
  • #28

The engine is generating an issue while listing users in admin section, which is InvalidOperationException: Error generated for warning Microsoft.EntityFrameworkCore.Infrastructure.DetachedLazyLoadingWarning: ...
  • hmuhdkamran
  • Opened 
    on Sep 27, 2018
  • #27

The custom MVC input/output formatters are incorrectly implemented. They modify a shared/global version of Json SerializerSettings (through a class instance). This is not a thread-safe approach. Also, ...
bug
ready to merge
  • mrellipse
  • 2
  • Opened 
    on Aug 17, 2018
  • #26

lodash imports that operate on reactive properties are not behaving as intended they are attaching to the vue proxy wrapper around data when evaluating statements route-guards are not apply permisions ...
bug
ready to merge
  • mrellipse
  • 1
  • Opened 
    on Aug 14, 2018
  • #25

I have a staging and production server at same Linux server, the endpoints of kastrel should be use in UseUrls, for development you don t have to change ip, but for production if you have more than one ...
  • hmuhdkamran
  • 1
  • Opened 
    on Jun 28, 2018
  • #24

Installation failed on windows 10 .. following are the output.. Please help E:\boilerplates\src\ui E:\boilerplates\src\ui npm install npm ERR! path E:\boilerplates\src\ui\node_modules\fsevents\node_modules\getpass\node_modules ...
  • biju-ps
  • 2
  • Opened 
    on Apr 5, 2018
  • #23

Hi, I would like to be able to use sliding expiration, the current token lasts for 5 minutes but i would like to be able to refresh the token everytime a authenticated request is made so to get a rolling ...
question
  • smanaton
  • 6
  • Opened 
    on Feb 15, 2018
  • #22

It seems the time in the issued nonce is in UTC, but this is being compared against the local time by ExternalAuthController. Proposed fix: ExternalAuthController.cs if (nonce.Created.AddMinutes(30) ...
bug
ready to merge
  • bjammin
  • 1
  • Opened 
    on Feb 7, 2018
  • #21

If there are any expired verifications for a user, the system still attempts to insert a new one if the user requests verification. This causes a primary key conflict. I fixed this by adding this code ...
bug
ready to merge
  • bjammin
  • 3
  • Opened 
    on Feb 7, 2018
  • #20
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub