phoenix
Here are 1,448 public repositories matching this topic...
-
Updated
Mar 19, 2021 - Elixir
-
Updated
Mar 4, 2021 - Elixir
-
Updated
Mar 19, 2021 - Elixir
-
Updated
Mar 17, 2021 - Elixir
The following guides may be improved with unit test examples:
- https://github.com/danschultzer/pow/blob/master/guides/custom_controllers.md
- https://github.com/danschultzer/pow/blob/master/guides/sync_user.md
-
https://github.com/danschultzer/pow/blob/master/guides/lock_users.md -
https://github.com/danschultzer/pow/blob/master/guides/user_roles.md
There's alread
-
Updated
Dec 20, 2019
-
Updated
Nov 25, 2019 - Elixir
-
Updated
Mar 9, 2021 - Elixir
-
Updated
Feb 21, 2021 - Scala
-
Updated
Mar 9, 2021 - Elixir
We want to add Elixir.Faker.Pokemon.Ru.location/0.
If this is the first time you contributing check out this guide.
Comment below if you want to start working on the issue and never be afraid to ask questions.
If you contribute module that does not exist yet [here is a good example PR](elixirs/faker#288
-
Updated
Feb 11, 2021 - Elixir
-
Updated
Feb 16, 2021 - Elixir
-
Updated
Feb 16, 2021 - Elixir
-
Updated
Mar 17, 2021 - Elixir
With the recent release of Phoenix 1.5
Now is a great time to go through this example/tutorial with a fresh pair of eyes and completely update it (including) links to code snapshots. We can also extend it to include auth_plug #25
- Checkout
master - Create new branch e.g: `update-t
Table of Contents?
The package creation/splitting is heavily dependant on zones. Prevent deletion of the last available zone.
-
Updated
Nov 11, 2020 - Elixir
-
Updated
Mar 8, 2021 - Elixir
Improve this page
Add a description, image, and links to the phoenix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the phoenix topic, visit your repo's landing page and select "manage topics."
Problem
Right now any user with a valid auth token can retrieve any
tagresource as long as they know the ID of the resource. We should return a 404 (Not found) error if someone tries to retrieve/update/delete a resource that does not have a matchingaccount_idSolution
In the
show,update, anddeletemethods of the tag controller, let's add anauthorizeplug (middleware)